Skip to content

Delete existing e2e test from og repo #1

Delete existing e2e test from og repo

Delete existing e2e test from og repo #1

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