Skip to content

Commit

Permalink
get rid of artificial delay for feature prs
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 29, 2024
1 parent 37caa54 commit 41d2cd7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ jobs:
shell: bash -l {0}

- name: Start dfx
if: ${{ !env.IS_RELEASE_CANDIDATE }}
working-directory: ${{ matrix.tests.path }}
run: dfx start --clean --background --host 127.0.0.1:8000 --artificial-delay 0

- name: Start dfx with artifical delay
if: ${{ env.IS_RELEASE_CANDIDATE }}
working-directory: ${{ matrix.tests.path }}
run: dfx start --clean --background --host 127.0.0.1:8000

Expand Down

0 comments on commit 41d2cd7

Please sign in to comment.