Merge pull request #5577 from consuldemocracy/capybara_screenshots_path
Update screenshots path in GitHub Actions
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -71,8 +71,8 @@ jobs:
|
|||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: screenshots
|
name: screenshots-${{ matrix.ci_node_index }}
|
||||||
path: tmp/screenshots
|
path: tmp/capybara/
|
||||||
coveralls:
|
coveralls:
|
||||||
permissions:
|
permissions:
|
||||||
contents: none
|
contents: none
|
||||||
|
|||||||
Reference in New Issue
Block a user