Skip to content

Commit

Permalink
ci: run cypress on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
petermakowski committed Jan 23, 2024
1 parent 4892df8 commit d3ae592
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
- main
- "3.*"
- "*cypress*"
pull_request:
types: [opened, synchronize, reopened]

jobs:
cypress:
Expand Down Expand Up @@ -54,7 +56,7 @@ jobs:
name: cypress-screenshots
path: cypress/screenshots
- name: Create issue on failure
if: failure()
# if: failure()
uses: JasonEtco/create-an-issue@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d3ae592

Please sign in to comment.