Skip to content

Commit ae1c92c

Browse files
Merge branch 'master' into dfx-0.16.1-1
2 parents 1b9a479 + f51565c commit ae1c92c

8 files changed

+17
-0
lines changed

.github/workflows/motoko-defi-example.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
with:
2121
submodules: recursive
2222
- name: Provision Darwin
23+
env:
24+
DFX_VERSION: 0.15.3
2325
run: bash .github/workflows/provision-darwin.sh
2426
- name: Motoko Defi Darwin
2527
run: |
@@ -36,6 +38,8 @@ jobs:
3638
with:
3739
submodules: recursive
3840
- name: Provision Linux
41+
env:
42+
DFX_VERSION: 0.15.3
3943
run: bash .github/workflows/provision-linux.sh
4044
- name: Motoko Defi Linux
4145
run: |

.github/workflows/motoko-ledger-transfer-example.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Known failure: https://dfinity.atlassian.net/browse/EM-5
12
name: motoko-ledger-transfer
23
on:
34
push:

.github/workflows/rust-basic-dao-example.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Known failure: https://dfinity.atlassian.net/browse/EM-4
12
name: rust-basic-dao
23
on:
34
push:

.github/workflows/rust-defi-example.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
with:
2121
submodules: recursive
2222
- name: Provision Darwin
23+
env:
24+
DFX_VERSION: 0.15.3
2325
run: bash .github/workflows/provision-darwin.sh
2426
- name: Rust Defi Darwin
2527
run: |
@@ -36,6 +38,8 @@ jobs:
3638
with:
3739
submodules: recursive
3840
- name: Provision Linux
41+
env:
42+
DFX_VERSION: 0.15.3
3943
run: bash .github/workflows/provision-linux.sh
4044
- name: Rust Defi Linux
4145
run: |

.github/workflows/rust-encrypted-notes-example.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v1
2020
- name: Provision Darwin
21+
env:
22+
DFX_VERSION: 0.14.2
2123
run: bash .github/workflows/provision-darwin.sh
2224
- name: Rust Encrypted Notes Darwin (unit tests)
2325
run: |
@@ -34,6 +36,8 @@ jobs:
3436
steps:
3537
- uses: actions/checkout@v1
3638
- name: Provision Linux
39+
env:
40+
DFX_VERSION: 0.14.2
3741
run: bash .github/workflows/provision-linux.sh
3842
- name: Rust Encrypted Notes Linux (unit tests)
3943
run: |

.github/workflows/rust-pub-sub-example.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Known failure: https://dfinity.atlassian.net/browse/EM-6
12
name: rust-pub-sub
23
on:
34
push:

.github/workflows/rust-threshold-ecdsa-example.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Known failure: https://dfinity.atlassian.net/browse/EM-7
12
name: rust-threshold-ecdsa
23
on:
34
push:

.github/workflows/rust-tokens-transfer-example.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Known failure: https://dfinity.atlassian.net/browse/EM-5
12
name: rust-tokens_transfer
23
on:
34
push:

0 commit comments

Comments
 (0)