Skip to content

Commit

Permalink
correct working directory syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall committed Sep 22, 2023
1 parent da145f6 commit 49a3a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
npm install
npm run chanterelle-build
npm run build
- working-directory: example
working-directory: example
- name: test
run: |
docker run --rm -d -it -p 8545:8545 foamspace/cliquebait:latest
npm run test
- working-directory: example
working-directory: example

~

0 comments on commit 49a3a5b

Please sign in to comment.