Skip to content

Commit

Permalink
fix: incorrect path
Browse files Browse the repository at this point in the history
  • Loading branch information
stevennevins committed Oct 17, 2024
1 parent 8f267fd commit 947b68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/offchain-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
version: nightly

- name: Copy env
run: cp .env.example .env
run: cp ./contracts/.env.example ./contracts/.env

- name: Run E2E tests
run: npm test
Expand Down

0 comments on commit 947b68d

Please sign in to comment.