Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean committed Apr 14, 2024
1 parent 6ff2281 commit 91379b8
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/e2e-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ github.token }}
ref: ${{ inputs.sha }}
Expand Down Expand Up @@ -62,11 +63,19 @@ jobs:
needs: build
steps:

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

- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'zulu'
cache: 'maven'

- name: Download maven artifacts
uses: actions/download-artifact@v4
with:
Expand All @@ -87,7 +96,6 @@ jobs:
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-${{ hashFiles('./e2e-tests/selenoid/selenoid-ci.yaml', './documentation/compose/e2e-tests.yaml') }}
# TODO always a cache miss due to ghcr.io/kafbat/kafka-ui:latest ?

- name: Compose up
id: compose_app
Expand Down

0 comments on commit 91379b8

Please sign in to comment.