diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 5e3431e8..948aed9f 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -1,7 +1,7 @@ -name: Cypress Github Action +name: Cypress on: push jobs: - basic-pnpm: + cypress: runs-on: ubuntu-22.04 steps: - name: Checkout