Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt committed Jul 17, 2024
1 parent 7bb26e9 commit 3a28a58
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,13 @@ jobs:
- name: Run integration tests
run: cargo test --package rbuilder --lib -- integration::tests::test_simple_example --exact

- name: Check contents suave-playground
if: ${{ always() }}
run: ls /tmp/playground

- name: Upload playground artifacts
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: playground
path: /tmp/playground
path: /tmp/playground/*

0 comments on commit 3a28a58

Please sign in to comment.