File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -40,15 +40,10 @@ jobs:
40
40
uses : Swatinem/rust-cache@v2
41
41
42
42
- name : Set up Node.js
43
- uses : actions/setup-node@v2
43
+ uses : actions/setup-node@v4
44
44
with :
45
45
node-version : " 22"
46
46
47
- - name : Install dependencies
48
- run : |
49
- sudo DEBIAN_FRONTEND=noninteractive NEEDRESTART_MODE=a apt-get update
50
- sudo DEBIAN_FRONTEND=noninteractive NEEDRESTART_MODE=a apt-get install -y --no-install-recommends -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" build-essential clang curl libssl-dev llvm libudev-dev protobuf-compiler nodejs pkg-config
51
-
52
47
- name : Run tests
53
48
uses : nick-fields/retry@v3
54
49
with :
Original file line number Diff line number Diff line change 1
1
rm -rf .papi
2
- npx -y polkadot-api add devnet -w ws://localhost:9944
2
+ npx papi add devnet -w ws://localhost:9944
3
3
Original file line number Diff line number Diff line change 28
28
29
29
cd evm-tests
30
30
31
+ npm install -g polkadot-api
32
+
31
33
bash get-metadata.sh
32
34
33
35
sleep 5
You can’t perform that action at this time.
0 commit comments