Skip to content

Commit

Permalink
use path to install-dfx-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Jun 12, 2024
1 parent 67220f5 commit 1f12311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ jobs:
run: npm link azle
- if: ${{ needs.release-candidate-deploy.outputs.should_run_tests }}
working-directory: ${{ matrix.example_directories }}
run: npm exec azle install-dfx-extension # TODO find out the best way to ensure that we use the local version of azle in the node_modules directory
run: node_modules/.bin/azle install-dfx-extension
- if: ${{ needs.release-candidate-deploy.outputs.should_run_tests }}
working-directory: ${{ matrix.example_directories }}
run: dfx start --clean --background --host 127.0.0.1:8000
Expand Down

0 comments on commit 1f12311

Please sign in to comment.