Skip to content

Commit 934d9aa

Browse files
committed
roll back this action on android
1 parent 39adb5f commit 934d9aa

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

.github/workflows/check.yml

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,23 @@ on:
22
push:
33
branches:
44
- 3.x
5-
pull_request:
6-
branches:
7-
- '**'
85

96
jobs:
107
test:
118
runs-on: ubuntu-22.04
129
name: Check Tests
1310
steps:
14-
- uses: actions/checkout@v4
15-
with:
16-
fetch-depth: 0
17-
- uses: testomatio/check-tests@stable
18-
if: github.repository == 'codeceptjs/CodeceptJS' && github.event.pull_request.title == '3.x'
19-
with:
20-
framework: mocha
21-
tests: "./test/**/*_test.js"
22-
token: ${{ secrets.GITHUB_TOKEN }}
23-
has-tests-label: true
24-
comment-on-empty: true
25-
github-pat: ${{ secrets.GH_PAT }}
26-
enable-documentation: true
27-
documentation-branch: "master"
11+
- uses: actions/checkout@v4
12+
with:
13+
fetch-depth: 0
14+
- uses: testomatio/check-tests@stable
15+
if: github.repository == 'codeceptjs/CodeceptJS' && github.event.pull_request.title == '3.x'
16+
with:
17+
framework: mocha
18+
tests: './test/**/*_test.js'
19+
token: ${{ secrets.GITHUB_TOKEN }}
20+
has-tests-label: true
21+
comment-on-empty: true
22+
github-pat: ${{ secrets.GH_PAT }}
23+
enable-documentation: true
24+
documentation-branch: 'master'

0 commit comments

Comments
 (0)