Skip to content

Commit

Permalink
Fix CI test_e2e job.
Browse files Browse the repository at this point in the history
  • Loading branch information
timrulebosch committed May 8, 2024
1 parent fd77608 commit 0412c16
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,16 @@ jobs:
docker load --input /tmp/testscript.tar
docker image ls -a
- uses: actions/download-artifact@v3
with:
name: ${{ env.package_name }}-linux-amd64-sandbox
path: .

- name: Sandbox
run: |
tar xzf sandbox_out.tar.gz
find ${{ env.build_dir }}/_out -type f -name '*' -exec ls -sh --color=auto {} \;
- name: Test
run: |
make test_e2e
Expand Down

0 comments on commit 0412c16

Please sign in to comment.