Skip to content

Merge pull request #215 from laravelcm/dependabot/npm_and_yarn/lucide… #427

Merge pull request #215 from laravelcm/dependabot/npm_and_yarn/lucide…

Merge pull request #215 from laravelcm/dependabot/npm_and_yarn/lucide… #427

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@v4
- name: Cypress
uses: cypress-io/github-action@v6
with:
browser: chrome
build: yarn build
start: yarn start
wait-on: 'http://localhost:3000'
- name: Archive test screenshots
uses: actions/upload-artifact@v4
with:
name: screenshots
path: cypress/screenshots