Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/appium_Android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Appium Tests - Android
on:
push:
branches:
- 3.x
- 5228-fix-appium-tests
- 4.x

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- 3.x
- 4.x
pull_request:
branches:
- '**'
Expand All @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
- uses: testomatio/check-tests@stable
if: github.repository == 'codeceptjs/CodeceptJS' && github.event.pull_request.title == '3.x'
if: github.repository == 'codeceptjs/CodeceptJS' && github.event.pull_request.title == '4.x'
with:
framework: mocha
tests: "./test/**/*_test.js"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update documentation after merge
on:
push:
branches:
- 3.x
- 4.x

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and push Docker image upon release
on:
push:
branches:
- 3.x
- 4.x

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dtslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Typings tests
on:
push:
branches:
- 3.x
- 4.x
pull_request:
branches:
- '**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Playwright Tests
on:
push:
branches:
- 3.x
- 4.x
pull_request:
branches:
- '**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Plugins tests
on:
push:
branches:
- 3.x
- 4.x
pull_request:
branches:
- '**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/puppeteer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Puppeteer Tests
on:
push:
branches:
- 3.x
- 4.x
pull_request:
branches:
- '**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sharding-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Minimal Sharding Test
on:
push:
branches:
- '3.x'
- '4.x'
pull_request:
branches:
- '**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Run Unit tests
on:
push:
branches:
- 3.x
- 4.x
pull_request:
branches:
- '**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: WebDriver Tests
on:
push:
branches:
- 3.x
- 4.x
pull_request:
branches:
- '**'
Expand Down