Skip to content

Commit 7395576

Browse files
authored
ci: enable workflows for 4.x (#5289)
1 parent 270f946 commit 7395576

File tree

11 files changed

+12
-13
lines changed

11 files changed

+12
-13
lines changed

.github/workflows/appium_Android.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Appium Tests - Android
33
on:
44
push:
55
branches:
6-
- 3.x
7-
- 5228-fix-appium-tests
6+
- 4.x
87

98
concurrency:
109
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- 3.x
4+
- 4.x
55
pull_request:
66
branches:
77
- '**'
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- uses: testomatio/check-tests@stable
22-
if: github.repository == 'codeceptjs/CodeceptJS' && github.event.pull_request.title == '3.x'
22+
if: github.repository == 'codeceptjs/CodeceptJS' && github.event.pull_request.title == '4.x'
2323
with:
2424
framework: mocha
2525
tests: "./test/**/*_test.js"

.github/workflows/doc-generation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update documentation after merge
33
on:
44
push:
55
branches:
6-
- 3.x
6+
- 4.x
77

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and push Docker image upon release
33
on:
44
push:
55
branches:
6-
- 3.x
6+
- 4.x
77

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/dtslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Typings tests
33
on:
44
push:
55
branches:
6-
- 3.x
6+
- 4.x
77
pull_request:
88
branches:
99
- '**'

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Playwright Tests
33
on:
44
push:
55
branches:
6-
- 3.x
6+
- 4.x
77
pull_request:
88
branches:
99
- '**'

.github/workflows/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Plugins tests
33
on:
44
push:
55
branches:
6-
- 3.x
6+
- 4.x
77
pull_request:
88
branches:
99
- '**'

.github/workflows/puppeteer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Puppeteer Tests
33
on:
44
push:
55
branches:
6-
- 3.x
6+
- 4.x
77
pull_request:
88
branches:
99
- '**'

.github/workflows/sharding-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Minimal Sharding Test
33
on:
44
push:
55
branches:
6-
- '3.x'
6+
- '4.x'
77
pull_request:
88
branches:
99
- '**'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Run Unit tests
33
on:
44
push:
55
branches:
6-
- 3.x
6+
- 4.x
77
pull_request:
88
branches:
99
- '**'

0 commit comments

Comments
 (0)