Skip to content

Commit

Permalink
fix: checktest workflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Sep 23, 2024
1 parent 0bb8ea1 commit 76b71b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: testomatio/check-tests@master
- uses: testomatio/check-tests@stable
if: github.repository == 'codeceptjs/CodeceptJS' && github.event.pull_request.title == '3.x'
with:
framework: mocha
Expand Down

0 comments on commit 76b71b7

Please sign in to comment.