-
Notifications
You must be signed in to change notification settings - Fork 7
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
Added e2e tests prcheck workflow #236
base: main
Are you sure you want to change the base?
Conversation
19a6d6c
to
fe55658
Compare
.github/workflows/pr-check.yaml
Outdated
path: podman-desktop | ||
|
||
- name: Update podman |
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.
No need now. please remove
.github/workflows/pr-check.yaml
Outdated
podman build -t local_sandbox_image ./ | ||
CONTAINER_ID=$(podman create localhost/local_sandbox_image --entrypoint "") | ||
podman export $CONTAINER_ID > /tmp/local_sandbox_image.tar |
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.
please update according to ai-lab changes.
Signed-off-by: xbabalov <t.babalova.17@gmail.com>
Signed-off-by: xbabalov <t.babalova.17@gmail.com>
Signed-off-by: xbabalov <t.babalova.17@gmail.com>
This issue prevents the tests from passing #245. Tests pass if we delete the resources folder beforehand. |
Issue: #200