Skip to content

Commit

Permalink
fix e2e_test job
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanljh committed Sep 21, 2023
1 parent 36a7ed7 commit df6951e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
e2e_test:
name: "Run e2e tests"
runs-on: ubuntu-latest
if: ${{ github.event.action == 'ready_for_review' }}
if: ${{ !github.event.pull_request.draft }}
defaults:
run:
working-directory: e2e
Expand All @@ -306,7 +306,8 @@ jobs:
- name: Run e2e tests
run: xvfb-run -a yarn e2e:test
env:
PASSWORD: ${{ secrets.TESTING_PASSWORD }}
TESTING_PASSWORD: ${{ secrets.TESTING_PASSWORD }}
TESTING_SEEDPHRASE: ${{ secrets.TESTING_SEEDPHRASE }}
- name: Upload test results
if: failure()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit df6951e

Please sign in to comment.