Skip to content

chore(deps): update cypress to 3.1.2 馃専 #567

chore(deps): update cypress to 3.1.2 馃専

chore(deps): update cypress to 3.1.2 馃専 #567

Workflow file for this run

on: [push]
name: Code analysis
jobs:
test:
runs-on: ubuntu-22.04
name: check tests
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: testomatio/check-tests@stable
with:
framework: cypress
tests: "./cypress/e2e/**/**.cy.js"
token: ${{ secrets.GITHUB_TOKEN }}
has-tests-label: true