-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: LEAP-999: Fix E2E tests on LSO (#5718)
- Loading branch information
1 parent
ff7105f
commit c7ac851
Showing
7 changed files
with
22 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
main: | ||
name: "yarn e2e" | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 20 | ||
timeout-minutes: 45 | ||
steps: | ||
- uses: hmarr/[email protected] | ||
|
||
|
@@ -51,6 +51,9 @@ jobs: | |
id: run-lsf-server | ||
timeout-minutes: 1 | ||
working-directory: ${{ env.FRONTEND_MONOREPO_DIR }} | ||
env: | ||
NODE_ENV: production | ||
BUILD_NO_MINIMIZATION: true | ||
run: | | ||
set -xeuo pipefail | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"message": "Merge branch 'develop' into 'fb-ml-release-blocker'", | ||
"commit": "ca5ca9fde589a0d7fe849630cbb78703bb2cdc43", | ||
"date": "2024-04-18T16:44:49.000Z", | ||
"branch": "fb-ml-release-blocker" | ||
"message": "Merge branch 'develop' into 'fb-leap-999'", | ||
"commit": "1ba075f63a03d43d82e117904cd75e5520ce24f2", | ||
"date": "2024-04-19T14:16:56.000Z", | ||
"branch": "fb-leap-999" | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"message": "Merge branch 'develop' into 'fb-ml-release-blocker'", | ||
"commit": "ca5ca9fde589a0d7fe849630cbb78703bb2cdc43", | ||
"date": "2024-04-18T16:44:49.000Z", | ||
"branch": "fb-ml-release-blocker" | ||
"message": "Merge branch 'develop' into 'fb-leap-999'", | ||
"commit": "1ba075f63a03d43d82e117904cd75e5520ce24f2", | ||
"date": "2024-04-19T14:16:56.000Z", | ||
"branch": "fb-leap-999" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"message": "Merge branch 'develop' into 'fb-ml-release-blocker'", | ||
"commit": "ca5ca9fde589a0d7fe849630cbb78703bb2cdc43", | ||
"date": "2024-04-18T16:44:49.000Z", | ||
"branch": "fb-ml-release-blocker" | ||
"message": "Merge branch 'develop' into 'fb-leap-999'", | ||
"commit": "1ba075f63a03d43d82e117904cd75e5520ce24f2", | ||
"date": "2024-04-19T14:16:56.000Z", | ||
"branch": "fb-leap-999" | ||
} |
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