Skip to content

Commit

Permalink
fix testomatio
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Jun 20, 2022
1 parent 5ea93fb commit 4c671af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- uses: testomatio/check-tests@stable
with:
framework: cypress
tests: "./cypress/integration/**/**.spec.js"
tests: "./cypress/e2e/**/**.spec.js"
token: ${{ secrets.GITHUB_TOKEN }}
has-tests-label: true

0 comments on commit 4c671af

Please sign in to comment.