Skip to content

:dependabot: Bump @cypress/grep from 4.0.1 to 4.0.2 #281

:dependabot: Bump @cypress/grep from 4.0.1 to 4.0.2

:dependabot: Bump @cypress/grep from 4.0.1 to 4.0.2 #281

Workflow file for this run

name: Cypress Tests
on:
push:
pull_request:
schedule:
# every saturday at 01:00
- cron: "0 1 * * 6"
# daily at 03:00
# - cron: "0 3 * * *"
jobs:
cypress-run:
runs-on: ubuntu-latest
# timeout-minutes: 150
steps:
- name: Checkout
uses: actions/checkout@v4
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm install
config: baseUrl=https://stabikat.de/search/
env: grepUntagged=true
# browser: firefox
# Lint Yaml
- name: Yaml Lint
run: npm run lint