Merge pull request #5577 from consuldemocracy/capybara_screenshots_path

Update screenshots path in GitHub Actions
This commit is contained in:
Javi Martín
2024-06-17 15:07:38 +02:00
committed by GitHub

View File

@@ -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