Skip to content

Commit 63379fe

Browse files
committed
install dependencies and switch back to 0.9
1 parent b94e72c commit 63379fe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy-and-test.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,12 @@ jobs:
186186
with:
187187
repository: NethermindEth/starknet-golden-tests
188188

189+
- name: Install dependencies
190+
run: |
191+
sudo apt-get update -qq
192+
sudo apt-get install -y curl jq
193+
189194
- name: Run golden tests
190195
env:
191-
STARKNET_RPC: ${{ secrets.RPC_URL }}/v0_10?apikey=${{ secrets.AUTH_TOKEN }}
196+
STARKNET_RPC: ${{ secrets.RPC_URL }}/v0_9?apikey=${{ secrets.AUTH_TOKEN }}
192197
run: ./golden.sh test

0 commit comments

Comments
 (0)