Skip to content

Commit

Permalink
Update DFX (#2188)
Browse files Browse the repository at this point in the history
* Update DFX

* Set artificial delay to 0
  • Loading branch information
Frederik Rothenberger authored Jan 11, 2024
1 parent 4b5dbf2 commit 67f1d1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-dfx/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Setup DFX'
description: Setup DFX
inputs:
dfx-version:
default: 0.14.0
default: 0.15.3
description: The dfx version to be installed or loaded from cache.
required: true
runs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/canister-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ jobs:
- run: npm test

- name: 'Run dfx'
run: dfx start --background
run: dfx start --background --artificial-delay 0

- name: 'Download II wasm'
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -595,7 +595,7 @@ jobs:
- name: Start replica
run: |
dfx start --background
dfx start --background --artificial-delay 0
- name: 'Download wasm'
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 67f1d1a

Please sign in to comment.