Skip to content

Commit 28752e9

Browse files
committed
Test against next holochain
1 parent bf39685 commit 28752e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: nix develop -c $SHELL -c "npm ci"
6666

6767
- name: Run tests
68-
run: nix develop -c $SHELL -c "npm t"
68+
run: nix develop --override-input versions/holochain "github:holochain/holochain/holochain-0.3.0-beta-dev.48" -c $SHELL -c "npm t"
6969

7070
- name: Setup tmate session if a previous step failed
7171
if: ${{ failure() }}

0 commit comments

Comments
 (0)