Skip to content

Merge pull request #48 from laravelcm/dependabot/npm_and_yarn/types/r… #112

Merge pull request #48 from laravelcm/dependabot/npm_and_yarn/types/r…

Merge pull request #48 from laravelcm/dependabot/npm_and_yarn/types/r… #112

Workflow file for this run

name: Continuous Integration Tests
on:
push:
branches: [main]
pull_request:
release:
types: [published]
jobs:
test:
name: Tests
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cypress
uses: cypress-io/github-action@v5
with:
browser: chrome
build: yarn build
start: yarn start
wait-on: 'http://localhost:3000'
- name: Archive test screenshots
uses: actions/upload-artifact@v3
with:
name: screenshots
path: cypress/screenshots