-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into abhi-chrome-var-name
- Loading branch information
Showing
132 changed files
with
1,696 additions
and
3,648 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ jobs: | |
echo "COMMIT_MESSAGE=$(git log -n 1 --pretty=format:%s $COMMIT_SHA)" >> $GITHUB_ENV | ||
- name: Determine changed packages | ||
uses: dorny/[email protected].0 | ||
uses: dorny/[email protected].1 | ||
id: changed | ||
with: | ||
filters: | | ||
|
@@ -620,7 +620,7 @@ jobs: | |
name: Playwright (${{ matrix.bundle }}${{ matrix.shard && format(' {0}/{1}', matrix.shard, matrix.shards) || ''}}) Tests | ||
needs: [job_get_metadata, job_build] | ||
if: needs.job_get_metadata.outputs.changed_browser_integration == 'true' || github.event_name != 'pull_request' | ||
runs-on: ubuntu-20.04-large-js | ||
runs-on: ubuntu-20.04 | ||
timeout-minutes: 25 | ||
strategy: | ||
fail-fast: false | ||
|
@@ -783,7 +783,7 @@ jobs: | |
name: Browser (${{ matrix.browser }}) Tests | ||
needs: [job_get_metadata, job_build] | ||
if: needs.job_get_metadata.outputs.changed_browser == 'true' || github.event_name != 'pull_request' | ||
runs-on: ubuntu-20.04-large-js | ||
runs-on: ubuntu-20.04 | ||
timeout-minutes: 20 | ||
strategy: | ||
fail-fast: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ concurrency: | |
|
||
jobs: | ||
flaky-detector: | ||
runs-on: ubuntu-20.04-large-js | ||
runs-on: ubuntu-20.04 | ||
timeout-minutes: 60 | ||
name: 'Check tests for flakiness' | ||
# Also skip if PR is from master -> develop | ||
|
@@ -71,7 +71,7 @@ jobs: | |
run: npx playwright install-deps | ||
|
||
- name: Determine changed tests | ||
uses: dorny/[email protected].0 | ||
uses: dorny/[email protected].1 | ||
id: changed | ||
with: | ||
list-files: json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.