diff --git a/.github/workflows/api-client.yml b/.github/workflows/api-client.yml index d8eae6f4..86c9b036 100644 --- a/.github/workflows/api-client.yml +++ b/.github/workflows/api-client.yml @@ -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 @@ -37,4 +38,4 @@ jobs: uses: romeovs/lcov-reporter-action@v0.2.16 with: github-token: ${{ secrets.GITHUB_TOKEN }} - lcov-file: ./packages/api-client/coverage/lcov.info \ No newline at end of file + lcov-file: ./packages/api-client/coverage/lcov.info