Skip to content

Commit

Permalink
🩹Fixed location to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPoblete committed Oct 1, 2024
1 parent c2c42d3 commit 01b0f36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-dapp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
with:
node-version: '18.18.2'

- name: navigate to the dapp directory
run: cd apps/dapp

- name: Run jest tests
run: yarn exec jest apps/dapp

0 comments on commit 01b0f36

Please sign in to comment.