Skip to content

Commit 76b71b7

Browse files
authored
fix: checktest workflow issue
1 parent 0bb8ea1 commit 76b71b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17-
- uses: testomatio/check-tests@master
17+
- uses: testomatio/check-tests@stable
1818
if: github.repository == 'codeceptjs/CodeceptJS' && github.event.pull_request.title == '3.x'
1919
with:
2020
framework: mocha

0 commit comments

Comments
 (0)