Skip to content

Commit

Permalink
Move
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt committed Jul 17, 2024
1 parent a853136 commit 00fee33
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,9 @@ jobs:
ls /tmp/playground
ls /tmp/playground/logs
- name: Tar the report
if: ${{ always() }}
run: |
tar -zcvf /tmp/playground.tar.gz /tmp/playground/
- name: Upload playground artifacts
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: playground
path: /tmp/playground/*

- name: Upload playground artifacts
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: playground-2
path: /tmp/playground.tar.gz
path: /tmp/playground/logs

0 comments on commit 00fee33

Please sign in to comment.