Skip to content

Commit

Permalink
kek2
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean committed Apr 14, 2024
1 parent d755510 commit 09539f6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/e2e-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,20 @@ jobs:
name: image
path: /tmp

- name: TEST #TODO
run: |
ls -la ./e2e-tests || exit 0
ls -la ./e2e-tests/target || exit 0
- name: Load Docker image
run: |
docker load --input /tmp/image.tar
- name: TEST #TODO
run: |
ls -la ./e2e-tests || exit 0
ls -la ./e2e-tests/target || exit 0
- name: Compose up
# TODO cache these as well
# TODO https://github.com/marketplace/actions/docker-cache
Expand Down

0 comments on commit 09539f6

Please sign in to comment.