Skip to content

Commit 17a4a43

Browse files
committed
copy out build artifacts
1 parent 6ce4f92 commit 17a4a43

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,19 @@ jobs:
156156
docker compose up --detach --wait
157157
docker compose exec app bin/test
158158
159+
- name: Copy out artifacts
160+
if: ${{ always() }}
161+
run: |
162+
docker compose logs > artifacts/docker-compose-services.log
163+
docker compose config > artifacts/docker-compose.merged.yml
164+
- name: Upload test report
165+
if: ${{ always() }}
166+
uses: actions/upload-artifact@v4
167+
with:
168+
name: avplayer Test Report (${{ github.sha }}-${{ github.run_id }}-${{ github.run_attempt }})
169+
path: artifacts/*
170+
if-no-files-found: error
171+
159172
push:
160173
runs-on: ubuntu-latest
161174
needs:

0 commit comments

Comments
 (0)