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 cb75669 commit e64b648Copy full SHA for e64b648
.github/workflows/ci.yml
@@ -196,3 +196,11 @@ jobs:
196
PGPASSWORD: postgres
197
PGHOST: localhost
198
run: ./ci/bin/build-and-test
199
+ - uses: actions/upload-artifact@v4
200
+ if: success() || failure()
201
+ with:
202
+ name: ${{ matrix.variant.name }}-demo-rspec-output-results
203
+ path: |
204
+ tmp/builds/${{ matrix.variant.name }}-demo/tmp/capybara
205
+ tmp/builds/${{ matrix.variant.name }}-demo/tmp/screenshots
206
+ tmp/builds/${{ matrix.variant.name }}-demo/tmp/lighthouse
0 commit comments