We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf39685 commit 28752e9Copy full SHA for 28752e9
.github/workflows/integration-test.yml
@@ -65,7 +65,7 @@ jobs:
65
run: nix develop -c $SHELL -c "npm ci"
66
67
- name: Run tests
68
- run: nix develop -c $SHELL -c "npm t"
+ run: nix develop --override-input versions/holochain "github:holochain/holochain/holochain-0.3.0-beta-dev.48" -c $SHELL -c "npm t"
69
70
- name: Setup tmate session if a previous step failed
71
if: ${{ failure() }}
0 commit comments