Skip to content

Commit

Permalink
kek
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean committed Apr 13, 2024
1 parent 426fec3 commit 4b68ec7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
needs: build
steps:

- uses: actions/checkout@v4
with:
token: ${{ github.token }}
ref: ${{ inputs.sha }}

- name: Download docker image
uses: actions/download-artifact@v4
with:
Expand All @@ -74,6 +79,7 @@ jobs:
# TODO cache these as well
id: compose_app
# use the following command until #819 will be fixed
# TODO clean cmds
run: |
pwd
ls -la
Expand Down

0 comments on commit 4b68ec7

Please sign in to comment.