Skip to content

Commit

Permalink
Merge pull request #522 from mkulke/mkulke/fix-artifact-names-in-kbs-…
Browse files Browse the repository at this point in the history
…e2e-test

CI: Fix artifact names in kbs e2e test
  • Loading branch information
mkulke authored Oct 2, 2024
2 parents c9dbfe0 + 37a0250 commit 02c84c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/kbs-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,19 @@ jobs:
with:
path: test.tar.gz
overwrite: true
name: artifacts-${{ inputs.tee }}

e2e-test:
needs: build-binaries
runs-on: ${{ fromJSON(inputs.runs-on) }}
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: artifacts-${{ inputs.tee }}

- name: Extract test folder
run: tar xzf ./artifact/test.tar.gz
run: tar xzf ./test.tar.gz

- name: Set up SGX/TDX certificates cache
uses: actions/cache@v4
Expand Down

0 comments on commit 02c84c9

Please sign in to comment.