Skip to content

Commit

Permalink
see if this helps
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 30, 2024
1 parent 8947820 commit 58f5d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 58f5d81

Please sign in to comment.