We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c69e01 commit a76930eCopy full SHA for a76930e
1 file changed
.github/workflows/ci.yml
@@ -195,14 +195,14 @@ jobs:
195
- name: Stop development server
196
if: ${{ always() }}
197
run: |
198
- docker compose logs app > ${{ runner.temp }}/iriswebapp_app.log
+ docker compose logs > ${{ runner.temp }}/iriswebapp.log
199
docker compose down
200
- name: Upload artifact
201
202
uses: actions/upload-artifact@v4
203
with:
204
- name: Test API iriswebapp_app logs
205
- path: ${{ runner.temp }}/iriswebapp_app.log
+ name: Test API logs
+ path: ${{ runner.temp }}/iriswebapp.log
206
207
test-database-migration:
208
name: Database migration tests
0 commit comments