Skip to content

Commit

Permalink
chore: cleanup and trigger tests [e2e record]
Browse files Browse the repository at this point in the history
  • Loading branch information
adeldhis2 committed Apr 25, 2024
1 parent 7217d6d commit 1d3e485
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v6
with:
record: ${{ contains(github.event.pull_request.title, '[e2e record]') || contains(github.event.head_commit.message, '[e2e record]') }}
parallel: ${{ contains(github.event.pull_request.title, '[e2e record]') || contains(github.event.head_commit.message, '[e2e record]') }}
group: ${{ contains(github.event.pull_request.title, '[e2e record]') || contains(github.event.head_commit.message, '[e2e record]') && 'e2e-chrome-parallel-dev' }}
ci-build-id: ${{ contains(github.event.pull_request.title, '[e2e record]') || contains(github.event.head_commit.message, '[e2e record]') && github.run_id }}
record: ${{ contains(github.event.head_commit.message, '[e2e record]') }}
parallel: ${{ contains(github.event.head_commit.message, '[e2e record]') }}
group: ${{ contains(github.event.head_commit.message, '[e2e record]') && 'e2e-chrome-parallel-dev' }}
ci-build-id: ${{ contains(github.event.head_commit.message, '[e2e record]') && github.run_id }}
browser: chrome
start: yarn start:forCypress
wait-on: http://localhost:3000
Expand Down

0 comments on commit 1d3e485

Please sign in to comment.