Browse Source

Fixed merge conflict

Alex Tran 3 years ago
parent
commit
6fb439b580
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/test.yml

+ 1 - 0
.github/workflows/test.yml

@@ -21,6 +21,7 @@ jobs:
   unit-tests:
     name: Run unit test suites
     runs-on: ubuntu-latest
+
     steps:
       - name: Checkout code
         uses: actions/checkout@v2