Update screenshots path in GitHub Actions

Since we upgraded to Rails 7.0 in commmit 8596f1539, the screenshots
started to be stored in `tmp/capybara`, so the step uploading
screenshots wasn't doing anything.
This commit is contained in:
Javi Martín
2024-06-14 15:27:42 +02:00
parent cd82a05161
commit 37c9e6bcde

View File

@@ -72,7 +72,7 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: screenshots name: screenshots
path: tmp/screenshots path: tmp/capybara/
coveralls: coveralls:
permissions: permissions:
contents: none contents: none