Skip to content

Commit 25ffe72

Browse files
Merge pull request #609 from MikeMcC399/fix/test-checks
2 parents b7f71b7 + c832554 commit 25ffe72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- uses: testomatio/check-tests@stable
1313
with:
1414
framework: cypress
15-
tests: "./cypress/integration/**/**.spec.js"
15+
tests: "./cypress/e2e/**/**.cy.js"
1616
token: ${{ secrets.GITHUB_TOKEN }}
1717
has-tests-label: true

0 commit comments

Comments
 (0)