Skip to content

Commit a76930e

Browse files
committed
Add the logs of all containers in artifacts
1 parent 7c69e01 commit a76930e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,14 +195,14 @@ jobs:
195195
- name: Stop development server
196196
if: ${{ always() }}
197197
run: |
198-
docker compose logs app > ${{ runner.temp }}/iriswebapp_app.log
198+
docker compose logs > ${{ runner.temp }}/iriswebapp.log
199199
docker compose down
200200
- name: Upload artifact
201201
if: ${{ always() }}
202202
uses: actions/upload-artifact@v4
203203
with:
204-
name: Test API iriswebapp_app logs
205-
path: ${{ runner.temp }}/iriswebapp_app.log
204+
name: Test API logs
205+
path: ${{ runner.temp }}/iriswebapp.log
206206

207207
test-database-migration:
208208
name: Database migration tests

0 commit comments

Comments
 (0)