snapshot/.github/workflows/cypress.yml

13 lines
267 B
YAML
Raw Permalink Normal View History

2023-03-18 10:03:56 +00:00
name: Cypress
on: [push, pull_request, workflow_call, workflow_dispatch]
2023-03-18 10:03:56 +00:00
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm i
- name: Test
run: npm run cypress:run