-
-
Notifications
You must be signed in to change notification settings - Fork 668
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
github actions: test translations #3549
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
mmilata
changed the title
gitlab ci: test translations
github actions: test translations
Feb 23, 2024
mmilata
force-pushed
the
mmilata/actions-lang
branch
4 times, most recently
from
February 29, 2024 17:06
7c93f0e
to
67df144
Compare
mmilata
force-pushed
the
mmilata/actions-lang
branch
2 times, most recently
from
March 5, 2024 14:40
f489872
to
180fe79
Compare
mmilata
force-pushed
the
mmilata/actions-lang
branch
2 times, most recently
from
March 5, 2024 14:47
e555075
to
b6f3335
Compare
mmilata
added
tests
Automated integration tests
and removed
tests
Automated integration tests
labels
Mar 5, 2024
mmilata
force-pushed
the
mmilata/actions-lang
branch
3 times, most recently
from
March 5, 2024 15:26
35d7021
to
71d2353
Compare
mmilata
added
tests
Automated integration tests
and removed
tests
Automated integration tests
labels
Mar 5, 2024
mmilata
force-pushed
the
mmilata/actions-lang
branch
from
March 5, 2024 16:11
71d2353
to
b39b74b
Compare
mmilata
force-pushed
the
mmilata/actions-lang
branch
from
March 9, 2024 16:15
b39b74b
to
9dace4a
Compare
mmilata
added
translations
Put this label on a PR to run tests in all languages
and removed
tests
Automated integration tests
translations
Put this label on a PR to run tests in all languages
labels
Mar 9, 2024
mmilata
force-pushed
the
mmilata/actions-lang
branch
from
March 12, 2024 22:33
9dace4a
to
921377b
Compare
[skip_ci]
mmilata
force-pushed
the
mmilata/actions-lang
branch
from
March 12, 2024 22:39
921377b
to
b52d1bf
Compare
mmilata
added
the
translations
Put this label on a PR to run tests in all languages
label
Mar 12, 2024
|
[no changelog][skip_ci]
mmilata
removed
the
translations
Put this label on a PR to run tests in all languages
label
Mar 14, 2024
matejcik
approved these changes
Mar 15, 2024
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.
As discussed today, this runs device tests and click tests with all languages after
translations
label is applied (try it). Please note that further pushes will only run the english tests, you need to reapply the label to run with all languages again. It should be easy to change the trigger to approving review, comments are a bit harder but not impossible.This PR is only concerned with triggering the tests, obtaining the updated fixtures TBD in separate PR. Also couple of unrelated fixes. T2B1 device tests are skipped due to #3280.