We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38c517 commit 93bd9a4Copy full SHA for 93bd9a4
.github/workflows/check.yml
@@ -1,7 +1,7 @@
1
on:
2
push:
3
branches:
4
- - 3.x
+ - 4.x
5
pull_request:
6
7
- '**'
@@ -19,7 +19,7 @@ jobs:
19
with:
20
fetch-depth: 0
21
- uses: testomatio/check-tests@stable
22
- if: github.repository == 'codeceptjs/CodeceptJS' && github.event.pull_request.title == '3.x'
+ if: github.repository == 'codeceptjs/CodeceptJS' && github.event.pull_request.title == '4.x'
23
24
framework: mocha
25
tests: "./test/**/*_test.js"
0 commit comments