27 lines
591 B
YAML
Raw Normal View History

on:
2023-07-02 10:03:31 +05:30
push:
merge_group:
pull_request:
types:
- opened
- synchronize
- ready_for_review
2022-02-10 20:32:21 +01:00
2023-07-02 10:14:35 +05:30
name: Static analysis on Test files
2022-02-10 20:32:21 +01:00
jobs:
2023-07-02 10:14:35 +05:30
check-tests:
2022-02-10 20:32:21 +01:00
runs-on: ubuntu-latest
name: check tests
if: github.repository_owner == 'mermaid-js'
2022-02-10 20:32:21 +01:00
steps:
- uses: actions/checkout@v3
2022-09-05 01:00:47 +05:30
with:
fetch-depth: 0
- uses: testomatio/check-tests@stable
with:
framework: cypress
tests: './cypress/e2e/**/**.spec.js'
token: ${{ secrets.GITHUB_TOKEN }}
has-tests-label: true