Skip to content

Merge pull request #117 from neko314/dependabot/npm_and_yarn/word-wra… #193

Merge pull request #117 from neko314/dependabot/npm_and_yarn/word-wra…

Merge pull request #117 from neko314/dependabot/npm_and_yarn/word-wra… #193

Workflow file for this run

# ref: https://docs.cypress.io/guides/continuous-integration/github-actions#Explicit-Version-Number
name: Cypress Tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
# https://github.com/marketplace/actions/cypress-io
uses: cypress-io/github-action@v5.0.2
with:
build: yarn build
start: yarn start