1
0
Fork 0
mirror of https://github.com/datashard/snapshot.git synced 2025-07-15 12:27:21 +00:00
snapshot/.github/workflows/cypress.yml
2023-03-18 11:26:20 +01:00

12 lines
267 B
YAML

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