Skip to content

Commit

Permalink
chore: fix app test workflow
Browse files Browse the repository at this point in the history
What a nightmare
  • Loading branch information
sfoster1 committed Oct 24, 2024
1 parent eb710c0 commit 8b21fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
yarn config set cache-folder ${{ github.workspace }}/.yarn-cache
make setup-js
- name: 'test native(er) packages'
run: make test-js-internal tests="${{}matrix.shell}/src" cov_opts="--coverage=true"
run: make test-js-internal tests="${{matrix.shell}}/src" cov_opts="--coverage=true"
- name: 'Upload coverage report'
uses: 'codecov/codecov-action@v3'
with:
Expand Down

0 comments on commit 8b21fae

Please sign in to comment.