Skip to content

Commit

Permalink
Add working-directory to setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sky committed Jan 15, 2025
1 parent 2ca0a76 commit 3464da3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
working-directory: ./contracts/off-chain
with:
cache: 'npm'
- name: Setup and run tests
Expand Down

0 comments on commit 3464da3

Please sign in to comment.