Skip to content

Commit

Permalink
Merge branch 'master' into dfx-0.16.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity authored Jan 26, 2024
2 parents 1b9a479 + f51565c commit ae1c92c
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/motoko-defi-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
with:
submodules: recursive
- name: Provision Darwin
env:
DFX_VERSION: 0.15.3
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Defi Darwin
run: |
Expand All @@ -36,6 +38,8 @@ jobs:
with:
submodules: recursive
- name: Provision Linux
env:
DFX_VERSION: 0.15.3
run: bash .github/workflows/provision-linux.sh
- name: Motoko Defi Linux
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/motoko-ledger-transfer-example.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Known failure: https://dfinity.atlassian.net/browse/EM-5
name: motoko-ledger-transfer
on:
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust-basic-dao-example.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Known failure: https://dfinity.atlassian.net/browse/EM-4
name: rust-basic-dao
on:
push:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/rust-defi-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
with:
submodules: recursive
- name: Provision Darwin
env:
DFX_VERSION: 0.15.3
run: bash .github/workflows/provision-darwin.sh
- name: Rust Defi Darwin
run: |
Expand All @@ -36,6 +38,8 @@ jobs:
with:
submodules: recursive
- name: Provision Linux
env:
DFX_VERSION: 0.15.3
run: bash .github/workflows/provision-linux.sh
- name: Rust Defi Linux
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/rust-encrypted-notes-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
env:
DFX_VERSION: 0.14.2
run: bash .github/workflows/provision-darwin.sh
- name: Rust Encrypted Notes Darwin (unit tests)
run: |
Expand All @@ -34,6 +36,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Linux
env:
DFX_VERSION: 0.14.2
run: bash .github/workflows/provision-linux.sh
- name: Rust Encrypted Notes Linux (unit tests)
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust-pub-sub-example.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Known failure: https://dfinity.atlassian.net/browse/EM-6
name: rust-pub-sub
on:
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust-threshold-ecdsa-example.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Known failure: https://dfinity.atlassian.net/browse/EM-7
name: rust-threshold-ecdsa
on:
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust-tokens-transfer-example.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Known failure: https://dfinity.atlassian.net/browse/EM-5
name: rust-tokens_transfer
on:
push:
Expand Down

0 comments on commit ae1c92c

Please sign in to comment.