File tree 7 files changed +21
-14
lines changed
7 files changed +21
-14
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- master
6
+ - attempt-dfx-0.16.0
6
7
pull_request :
7
8
paths :
8
9
- motoko/encrypted-notes-dapp/**
19
20
- uses : actions/checkout@v1
20
21
- name : Provision Darwin
21
22
env :
22
- DFX_VERSION : 0.14.2
23
+ DFX_VERSION : 0.16.0
23
24
run : bash .github/workflows/provision-darwin.sh
24
25
- name : Motoko Encrypted Notes Darwin (unit tests)
25
26
run : |
37
38
- uses : actions/checkout@v1
38
39
- name : Provision Linux
39
40
env :
40
- DFX_VERSION : 0.14.2
41
+ DFX_VERSION : 0.16.0
41
42
run : bash .github/workflows/provision-linux.sh
42
43
- name : Motoko Encrypted Notes Linux (unit tests)
43
44
run : |
Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- master
6
+ - attempt-dfx-0.16.0
6
7
pull_request :
7
8
paths :
8
9
- motoko/encrypted-notes-dapp-vetkd/**
19
20
- uses : actions/checkout@v1
20
21
- name : Provision Darwin
21
22
env :
22
- DFX_VERSION : 0.14.2
23
+ DFX_VERSION : 0.16.0
23
24
run : bash motoko/encrypted-notes-dapp-vetkd/provision-darwin.sh
24
25
- name : Motoko Encrypted Notes Darwin (unit tests)
25
26
run : |
37
38
- uses : actions/checkout@v1
38
39
- name : Provision Linux
39
40
env :
40
- DFX_VERSION : 0.14.2
41
+ DFX_VERSION : 0.16.0
41
42
run : bash .github/workflows/provision-linux.sh
42
43
- name : Motoko Encrypted Notes Linux (unit tests)
43
44
run : |
Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- master
6
+ - attempt-dfx-0.16.0
6
7
pull_request :
7
8
paths :
8
9
- motoko/vetkd/**
19
20
- uses : actions/checkout@v1
20
21
- name : Provision Darwin
21
22
env :
22
- DFX_VERSION : 0.14.2
23
+ DFX_VERSION : 0.16.0
23
24
NODE_VERSION : 19.8.1
24
25
run : bash .github/workflows/provision-darwin.sh
25
26
- name : Motoko vetKD Darwin
34
35
- uses : actions/checkout@v1
35
36
- name : Provision Linux
36
37
env :
37
- DFX_VERSION : 0.14.2
38
+ DFX_VERSION : 0.16.0
38
39
run : bash .github/workflows/provision-linux.sh
39
40
- name : Motoko vetKD Linux
40
41
run : |
Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- master
6
+ - attempt-dfx-0.16.0
6
7
pull_request :
7
8
paths :
8
9
- rust/canister-info/**
19
20
steps :
20
21
- uses : actions/checkout@v1
21
22
- name : Provision Darwin
22
- run : DFX_VERSION="0.14.2 " bash .github/workflows/provision-darwin.sh
23
+ run : DFX_VERSION="0.16.0 " bash .github/workflows/provision-darwin.sh
23
24
- name : Rust Canister info Darwin
24
25
run : |
25
26
dfx start --background
31
32
steps :
32
33
- uses : actions/checkout@v1
33
34
- name : Provision Linux
34
- run : DFX_VERSION="0.14.2 " bash .github/workflows/provision-linux.sh
35
+ run : DFX_VERSION="0.16.0 " bash .github/workflows/provision-linux.sh
35
36
- name : Rust Canister info Linux
36
37
run : |
37
38
dfx start --background
Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- master
6
+ - attempt-dfx-0.16.0
6
7
pull_request :
7
8
paths :
8
9
- rust/encrypted-notes-dapp/**
19
20
- uses : actions/checkout@v1
20
21
- name : Provision Darwin
21
22
env :
22
- DFX_VERSION : 0.14.2
23
+ DFX_VERSION : 0.16.0
23
24
run : bash .github/workflows/provision-darwin.sh
24
25
- name : Rust Encrypted Notes Darwin (unit tests)
25
26
run : |
37
38
- uses : actions/checkout@v1
38
39
- name : Provision Linux
39
40
env :
40
- DFX_VERSION : 0.14.2
41
+ DFX_VERSION : 0.16.0
41
42
run : bash .github/workflows/provision-linux.sh
42
43
- name : Rust Encrypted Notes Linux (unit tests)
43
44
run : |
Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- master
6
+ - attempt-dfx-0.16.0
6
7
pull_request :
7
8
paths :
8
9
- motoko/encrypted-notes-dapp-vetkd/**
19
20
- uses : actions/checkout@v1
20
21
- name : Provision Darwin
21
22
env :
22
- DFX_VERSION : 0.14.2
23
+ DFX_VERSION : 0.16.0
23
24
run : bash motoko/encrypted-notes-dapp-vetkd/provision-darwin.sh
24
25
- name : Rust Encrypted Notes Darwin (unit tests)
25
26
run : |
37
38
- uses : actions/checkout@v1
38
39
- name : Provision Linux
39
40
env :
40
- DFX_VERSION : 0.14.2
41
+ DFX_VERSION : 0.16.0
41
42
run : bash .github/workflows/provision-linux.sh
42
43
- name : Rust Encrypted Notes Linux (unit tests)
43
44
run : |
Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- master
6
+ - attempt-dfx-0.16.0
6
7
pull_request :
7
8
paths :
8
9
- rust/vetkd/**
19
20
- uses : actions/checkout@v1
20
21
- name : Provision Darwin
21
22
env :
22
- DFX_VERSION : 0.14.2
23
+ DFX_VERSION : 0.16.0
23
24
NODE_VERSION : 19.8.1
24
25
run : bash .github/workflows/provision-darwin.sh
25
26
- name : Rust vetKD Darwin
34
35
- uses : actions/checkout@v1
35
36
- name : Provision Linux
36
37
env :
37
- DFX_VERSION : 0.14.2
38
+ DFX_VERSION : 0.16.0
38
39
run : bash .github/workflows/provision-linux.sh
39
40
- name : Rust vetKD Linux
40
41
run : |
You can’t perform that action at this time.
0 commit comments