Skip to content

Commit

Permalink
add working directory for new step
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinFabre-ods committed Jan 10, 2024
1 parent 73a3814 commit 937580f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/api-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
working-directory: ./packages/api-client

- name: test
run: cd packages/api-client/ && npm run test
run: npm run test
working-directory: ./packages/api-client

- name: Coverage
run: npm run test:coverage
Expand All @@ -37,4 +38,4 @@ jobs:
uses: romeovs/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
lcov-file: ./packages/api-client/coverage/lcov.info
lcov-file: ./packages/api-client/coverage/lcov.info

0 comments on commit 937580f

Please sign in to comment.