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()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: screenshots
|
||||
path: tmp/screenshots
|
||||
name: screenshots-${{ matrix.ci_node_index }}
|
||||
path: tmp/capybara/
|
||||
coveralls:
|
||||
permissions:
|
||||
contents: none
|
||||
|
||||
Reference in New Issue
Block a user