Skip to content

Commit

Permalink
Merge pull request #647 from dfinity/frederik/fix-defi-ii
Browse files Browse the repository at this point in the history
Use dfx with gzip support for defi examples
  • Loading branch information
Frederik Rothenberger authored Jan 26, 2024
2 parents 3ddad76 + 3dcbe1c commit 2ff58fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/motoko-defi-example.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# known failure: https://dfinity.atlassian.net/browse/EM-1
name: motoko-defi
on:
push:
Expand All @@ -21,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 @@ -37,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
5 changes: 4 additions & 1 deletion .github/workflows/rust-defi-example.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Known failure: https://dfinity.atlassian.net/browse/EM-2
name: rust-defi
on:
push:
Expand All @@ -21,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 @@ -37,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

0 comments on commit 2ff58fe

Please sign in to comment.