Skip to content

Commit 542dccb

Browse files
committed
Fix CI test
1 parent e1e13c4 commit 542dccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api-bn-recovery-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Install dfx
3939
run: |
40-
sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
40+
DFXVM_INIT_YES=1 sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
4141
echo "$HOME/.local/share/dfx/bin" >> "$GITHUB_PATH"
4242
4343
- name: Run smoke test

0 commit comments

Comments
 (0)