Skip to content

Commit

Permalink
kek3
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean committed Apr 14, 2024
1 parent 3ca7d2e commit a52faec
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/e2e-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,12 @@ jobs:
run: |
ls -la ./e2e-tests || exit 0
ls -la ./e2e-tests/target || exit 0
whoami || exit 0
sudo chown runner:docker .
sudo chown runner:docker . -R
- name: Cache Docker images.
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-${{ hashFiles('./e2e-tests/selenoid/selenoid-ci.yaml', './documentation/compose/e2e-tests.yaml') }}

- name: Compose up
# TODO cache these as well
Expand Down

0 comments on commit a52faec

Please sign in to comment.