Skip to content

Commit

Permalink
Setup CI/CD for lint, vitest and cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kvestus committed Feb 19, 2024
1 parent 34a5c57 commit b0127f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
e2e-chrome-tests:
timeout-minutes: 15
runs-on: ubuntu-latest
if: "(github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'manual') || github.ref == 'refs/heads/main'"
container:
image: cypress/browsers:node-18.16.0-chrome-114.0.5735.133-1-ff-114.0.2-edge-114.0.1823.51-1
options: --user 1001
Expand Down Expand Up @@ -99,6 +100,7 @@ jobs:
e2e-chrome-mobile-tests:
timeout-minutes: 15
runs-on: ubuntu-latest
if: "(github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'manual') || github.ref == 'refs/heads/main'"
container:
image: cypress/browsers:node-18.16.0-chrome-114.0.5735.133-1-ff-114.0.2-edge-114.0.1823.51-1
options: --user 1001
Expand Down

0 comments on commit b0127f1

Please sign in to comment.