Skip to content

Commit

Permalink
ci: update action release
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Feb 5, 2023
1 parent de0aa0d commit 5138827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
- name: Test Syntax Highlighting
run: npm run test:grammar
- name: Test Unittests
uses: GabrielBB/xvfb-action@v1
uses: GabrielBB/xvfb-action@v1.6
with:
run: npm run test
# This will not fail the job if tests fail so we have to npm test separately
- name: Coverage report
uses: GabrielBB/xvfb-action@v1
uses: GabrielBB/xvfb-action@v1.6
with:
run: npm run coverage
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 5138827

Please sign in to comment.