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 a54ff23 commit aa81addCopy full SHA for aa81add
.github/workflows/local-network.yaml
@@ -34,15 +34,14 @@ jobs:
34
35
- name: Install Aztec CLI
36
run: |
37
- curl -s https://install.aztec.network > tmp.sh
+ curl -s https://install.aztec.network/devnet > tmp.sh
38
bash tmp.sh <<< yes "yes"
39
40
- name: Update path
41
run: echo "/home/runner/.aztec/bin" >> $GITHUB_PATH
42
43
- - name: Set Aztec version and start local network
+ - name: Start local network
44
45
- VERSION=${{ env.VERSION }} aztec-up
46
aztec start --local-network &
47
48
- name: Wait for local network to be ready
0 commit comments