Skip to content

Commit

Permalink
Attempt to fix workflow file error
Browse files Browse the repository at this point in the history
  • Loading branch information
sopa301 committed Dec 14, 2023
1 parent 7bc5744 commit 649a2d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Run ESLint
run: npm run lint

- name: Run code tests
run: npm run test -- "--coverage"

- name: Run repository-wide tests
if: runner.os == 'Linux'
working-directory: ${{ github.workspace }}/.github
Expand All @@ -43,9 +46,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Run code tests
run: npm run test -- "--coverage"

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit 649a2d8

Please sign in to comment.