We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e13c4 commit 542dccbCopy full SHA for 542dccb
.github/workflows/api-bn-recovery-test.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Install dfx
39
run: |
40
- sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
+ DFXVM_INIT_YES=1 sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
41
echo "$HOME/.local/share/dfx/bin" >> "$GITHUB_PATH"
42
43
- name: Run smoke test
0 commit comments