Skip to content

sign script updated #47

sign script updated

sign script updated #47

name: Cypress Tests
on:
push
# branches: [main]-1
jobs:
cypress-run:
runs-on: ubuntu-latest
strategy:
fail-fast: false # https://github.com/cypress-io/github-action/issues/48
matrix:
containers: [1]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cypress run
# Uses the official Cypress GitHub action https://github.com/cypress-io/github-action
uses: cypress-io/github-action@v4