Skip to content

Commit

Permalink
XD
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt committed Jul 17, 2024
1 parent 00fee33 commit 62f1f68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,10 @@ jobs:
with:
name: playground
path: /tmp/playground/logs

- name: Upload integration logs
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: integration
path: ./integration_logs

0 comments on commit 62f1f68

Please sign in to comment.