[WIP] Introduce a GitHub Actions workflow for running the integration tests#20371
Draft
timvandermeij wants to merge 3 commits intomozilla:masterfrom
Draft
[WIP] Introduce a GitHub Actions workflow for running the integration tests#20371timvandermeij wants to merge 3 commits intomozilla:masterfrom
timvandermeij wants to merge 3 commits intomozilla:masterfrom
Conversation
cbb1fa3 to
8df4e10
Compare
2fb1d31 to
ec4a8ec
Compare
de4fc1a to
3002aa9
Compare
3002aa9 to
9f2b97b
Compare
8d46a75 to
ec6e27d
Compare
752550d to
afc65bf
Compare
6d1347e to
fd07002
Compare
74ef4a9 to
8a3da7b
Compare
14c6781 to
efa3863
Compare
5b592e9 to
d0e51f4
Compare
d0e51f4 to
8214304
Compare
8214304 to
f1f753f
Compare
This file contains hidden or 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
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.
This is a rough attempt to get the integration tests running on GitHub Actions. It's intended to get more experience with what kind of issues we run into before we can enable this. Proper fixes will be introduced in separate PRs.
Related to #11851.
Replaces #20029 (which accidentally got closed due to a branch deletion).