From 67f1d1a24a6f8e946921173b4c89246f2bfdb2b0 Mon Sep 17 00:00:00 2001 From: Frederik Rothenberger Date: Thu, 11 Jan 2024 16:18:43 +0100 Subject: [PATCH] Update DFX (#2188) * Update DFX * Set artificial delay to 0 --- .github/actions/setup-dfx/action.yml | 2 +- .github/workflows/canister-tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup-dfx/action.yml b/.github/actions/setup-dfx/action.yml index cb578a5566..3438affd05 100644 --- a/.github/actions/setup-dfx/action.yml +++ b/.github/actions/setup-dfx/action.yml @@ -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: diff --git a/.github/workflows/canister-tests.yml b/.github/workflows/canister-tests.yml index 23de6afb83..154d9ec32d 100644 --- a/.github/workflows/canister-tests.yml +++ b/.github/workflows/canister-tests.yml @@ -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 @@ -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