From 58f5d8147f12fe6e925785bb406a18c16bb4ae84 Mon Sep 17 00:00:00 2001 From: Benjamin DeMann Date: Fri, 30 Aug 2024 14:46:52 -0600 Subject: [PATCH] see if this helps --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 88cdfbbcdf..d3b38d3a25 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -135,12 +135,12 @@ jobs: shell: bash -l {0} - name: Start dfx - if: ${{ env.IS_FEATURE_BRANCH_PR }} + if: ${{ env.IS_FEATURE_BRANCH_PR == true }} working-directory: ${{ matrix.tests.path }} run: dfx start --clean --background --host 127.0.0.1:8000 --artificial-delay 0 - name: Start dfx with artifcial delay - if: ${{ env.IS_RELEASE_BRANCH_PR }} + if: ${{ env.IS_RELEASE_BRANCH_PR == true }} working-directory: ${{ matrix.tests.path }} run: dfx start --clean --background --host 127.0.0.1:8000