Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lasanseniya committed Apr 1, 2024
2 parents 5086401 + a048e33 commit f6743fe
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: Component tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

on: push
jobs:
cypress-run:
runs-on: ubuntu-22.04
Expand All @@ -14,4 +9,5 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v6
with:
working-directory: frontend
component: true

0 comments on commit f6743fe

Please sign in to comment.