-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: move PTE e2e tests out in own workflow #5080
Merged
Merged
Conversation
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
No changes to documentation |
skogsmaskin
force-pushed
the
test/move-pte-e2e
branch
2 times, most recently
from
October 26, 2023 22:38
f16f902
to
5504df6
Compare
Component Testing Report Updated Oct 27, 2023 8:29 PM (UTC)
|
skogsmaskin
force-pushed
the
test/move-pte-e2e
branch
from
October 26, 2023 22:38
5504df6
to
c81126d
Compare
skogsmaskin
force-pushed
the
test/move-pte-e2e
branch
from
October 26, 2023 22:53
c81126d
to
7d70939
Compare
skogsmaskin
force-pushed
the
test/move-pte-e2e
branch
2 times, most recently
from
October 26, 2023 23:12
27ad0ad
to
886d76a
Compare
skogsmaskin
force-pushed
the
test/move-pte-e2e
branch
from
October 26, 2023 23:21
f10c239
to
02a9588
Compare
skogsmaskin
commented
Oct 26, 2023
skogsmaskin
force-pushed
the
test/move-pte-e2e
branch
from
October 26, 2023 23:37
8d9309b
to
3c8eb09
Compare
skogsmaskin
commented
Oct 26, 2023
skogsmaskin
force-pushed
the
test/move-pte-e2e
branch
from
October 27, 2023 18:00
daea97c
to
053159e
Compare
skogsmaskin
force-pushed
the
test/move-pte-e2e
branch
from
October 27, 2023 18:47
0ec090f
to
ab6e3fb
Compare
skogsmaskin
force-pushed
the
test/move-pte-e2e
branch
from
October 27, 2023 19:16
ab6e3fb
to
f89e452
Compare
skogsmaskin
force-pushed
the
test/move-pte-e2e
branch
from
October 27, 2023 19:19
f89e452
to
643009f
Compare
skogsmaskin
force-pushed
the
test/move-pte-e2e
branch
from
October 27, 2023 19:40
643009f
to
3bd4884
Compare
skogsmaskin
force-pushed
the
test/move-pte-e2e
branch
from
October 27, 2023 20:22
5ddcfea
to
8899d8e
Compare
skogsmaskin
force-pushed
the
test/move-pte-e2e
branch
from
October 27, 2023 20:23
8899d8e
to
d8e726a
Compare
skogsmaskin
added a commit
that referenced
this pull request
Nov 2, 2023
* ci: move PTE e2e tests into own worker and folder * ci: remove shard sequencer, it was GitHub cache :tableflip:
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Moved these tests into their own workflow to have them run more in isolation and speed up our unit tests (playwright dep. no longer needed).
What to review
Notes for release
N/A