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 8580b85 commit 037c4d1Copy full SHA for 037c4d1
1 file changed
.github/workflows/postgresql-test.yml
@@ -416,14 +416,6 @@ jobs:
416
path: test-results/
417
retention-days: 30
418
419
- - name: Upload Server Logs
420
- if: always() && steps.start-server.outputs.success == 'true'
421
- uses: actions/upload-artifact@v4
422
- with:
423
- name: server-logs-postgresql-${{ matrix.version }}
424
- path: test-results/postgresql.log
425
- retention-days: 7
426
-
427
report-results:
428
name: Report Test Results
429
needs: [detect-versions, test-postgresql]
0 commit comments