-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(ci): add e2e tests workflow #61
Closed
Closed
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
universal-itengineer
force-pushed
the
ci/tests/e2e-workflow
branch
2 times, most recently
from
April 16, 2024 18:58
4aeca84
to
9cf80b9
Compare
universal-itengineer
changed the title
chore: add workflow for e2e tests
ci: add workflow for e2e tests
Apr 16, 2024
universal-itengineer
changed the title
ci: add workflow for e2e tests
ci: add e2e tests workflow
Apr 16, 2024
universal-itengineer
force-pushed
the
ci/tests/e2e-workflow
branch
26 times, most recently
from
April 17, 2024 07:58
c74f4c0
to
90ccd82
Compare
universal-itengineer
force-pushed
the
ci/tests/e2e-workflow
branch
from
April 19, 2024 06:30
05298e4
to
3937e67
Compare
universal-itengineer
changed the title
ci: add e2e tests workflow
chore(ci): add e2e tests workflow
May 8, 2024
universal-itengineer
force-pushed
the
ci/tests/e2e-workflow
branch
2 times, most recently
from
July 3, 2024 19:12
1498e0c
to
2e4c9c7
Compare
universal-itengineer
force-pushed
the
ci/tests/e2e-workflow
branch
from
July 24, 2024 18:40
2e4c9c7
to
18af392
Compare
Signed-off-by: Nikita Korolev <[email protected]>
Signed-off-by: Nikita Korolev <[email protected]>
universal-itengineer
force-pushed
the
ci/tests/e2e-workflow
branch
from
October 18, 2024 12:57
e2b1c18
to
d4f4f7f
Compare
Signed-off-by: Nikita korolev <[email protected]>
universal-itengineer
force-pushed
the
ci/tests/e2e-workflow
branch
2 times, most recently
from
October 18, 2024 13:03
9b5a9f7
to
003da31
Compare
Signed-off-by: Nikita Korolev <[email protected]>
universal-itengineer
force-pushed
the
ci/tests/e2e-workflow
branch
3 times, most recently
from
October 18, 2024 13:19
dd1ac72
to
bee42b5
Compare
Signed-off-by: Nikita Korolev <[email protected]>
universal-itengineer
force-pushed
the
ci/tests/e2e-workflow
branch
7 times, most recently
from
October 18, 2024 14:03
fa12a01
to
c094c34
Compare
Signed-off-by: Nikita Korolev <[email protected]>
universal-itengineer
force-pushed
the
ci/tests/e2e-workflow
branch
from
October 18, 2024 14:13
c094c34
to
fac131b
Compare
diafour
reviewed
Oct 22, 2024
cd ./tests/e2e/ | ||
|
||
echo "Show tasks" | ||
task || true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
task || true | |
task -l |
Signed-off-by: Nikita Korolev <[email protected]>
E2E workflow was added in this PR. |
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
Added e2e test launch schedule.
Why do we need it, and what problem does it solve?
What is the expected result?
Checklist