Skip to content

Commit

Permalink
fix: save capybara screenshots in docker CI
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticspoon committed May 5, 2024
1 parent ab6e5b2 commit 7c47dfa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: selenium-screenshots
path: ${{ github.workspace }}/tmp/capybara/*.png
path: |
${{ github.workspace }}/tmp/capybara/*.png
${{ github.workspace }}/tmp/capybara/*.html

0 comments on commit 7c47dfa

Please sign in to comment.