Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PhakornKiong committed Mar 30, 2021
1 parent 8a20ef2 commit 25d67d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: npm install

- name: Run Tests
if: ${{ matrix.node-version === 8.12 }}
if: ${{ matrix.node-version == 8.12 }}
run: npm run test:clscover
env:
CI: true
Expand Down

0 comments on commit 25d67d8

Please sign in to comment.