File tree 2 files changed +9
-5
lines changed 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : Build and Test
2
- on :
2
+ on :
3
3
push :
4
4
branches :
5
5
- development
18
18
steps :
19
19
- uses : actions/checkout@v3
20
20
21
+ - name : Chown user
22
+ run : |
23
+ chown -R $USER:$USER $GITHUB_WORKSPACE
24
+
21
25
- name : Cache build
22
26
uses : actions/cache@v3
23
27
timeout-minutes : 6
43
47
cargo test --no-fail-fast --features runtime-benchmarks
44
48
45
49
- name : Integration tests
50
+ if : " !contains(github.event.head_commit.message, '[skip integr]')"
46
51
run : |
47
52
python3.10 -m pip install robotframework==5.0.1 cryptography==3.4.8 substrate-interface==1.4.0
48
53
cd substrate-node/tests
53
58
with :
54
59
name : integration test output
55
60
path : substrate-node/tests/_output_tests/
56
-
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
srtool :
10
- runs-on : [self-hosted, tfchainrunner01]
10
+ runs-on : ubuntu-latest
11
11
12
12
steps :
13
13
- uses : actions/checkout@v3
53
53
runs-on : ubuntu-latest
54
54
steps :
55
55
- name : Checkout
56
- uses : actions/checkout@v2
56
+ uses : actions/checkout@v3
57
57
58
58
- name : Download artifacts
59
59
uses : actions/download-artifact@v2
86
86
env :
87
87
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
88
88
with :
89
- upload_url : ${{ steps.create_release.outputs.upload_url }}
89
+ upload_url : ${{ steps.create_release.outputs.upload_url }}
90
90
asset_path : ./tfchain-runtime.wasm
91
91
asset_name : tfchain-runtime.wasm
92
92
asset_content_type : application/wasm
You can’t perform that action at this time.
0 commit comments