-
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
4aeca84
to
9cf80b9
Compare
c74f4c0
to
90ccd82
Compare
05298e4
to
3937e67
Compare
1498e0c
to
2e4c9c7
Compare
2e4c9c7
to
18af392
Compare
Signed-off-by: Nikita Korolev <[email protected]>
Signed-off-by: Nikita Korolev <[email protected]>
e2b1c18
to
d4f4f7f
Compare
Signed-off-by: Nikita korolev <[email protected]>
9b5a9f7
to
003da31
Compare
Signed-off-by: Nikita Korolev <[email protected]>
dd1ac72
to
bee42b5
Compare
Signed-off-by: Nikita Korolev <[email protected]>
fa12a01
to
c094c34
Compare
Signed-off-by: Nikita Korolev <[email protected]>
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