We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c06d3 commit 2f52902Copy full SHA for 2f52902
1 file changed
.github/workflows/foreman_plugin.yml
@@ -138,6 +138,13 @@ jobs:
138
if: ${{ contains(matrix.task, 'nulldb') }}
139
- name: Run rake ${{ matrix.task }}
140
run: bundle exec rake ${{ matrix.task }}
141
+ - name: Upload logs
142
+ uses: actions/upload-artifact@v3
143
+ if: ${{ failure() && contains(matrix.task, 'test') }}
144
+ with:
145
+ name: logs
146
+ path: log/*.log
147
+ retention-days: 5
148
149
database:
150
name: "Database - Foreman ${{ inputs.foreman_version }} with Ruby ${{ matrix.ruby }} and Node ${{ matrix.node }} on PostgreSQL ${{ matrix.postgresql }}"
0 commit comments