Skip to content

Commit

Permalink
Merge pull request #609 from MikeMcC399/fix/test-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyrohrbough committed Mar 31, 2023
2 parents b7f71b7 + c832554 commit 25ffe72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Expand Up @@ -12,6 +12,6 @@ jobs:
- uses: testomatio/check-tests@stable
with:
framework: cypress
tests: "./cypress/integration/**/**.spec.js"
tests: "./cypress/e2e/**/**.cy.js"
token: ${{ secrets.GITHUB_TOKEN }}
has-tests-label: true

0 comments on commit 25ffe72

Please sign in to comment.