Skip to content

Commit

Permalink
Merge branch 'develop' into WSJ-0611
Browse files Browse the repository at this point in the history
  • Loading branch information
brockfanning authored Feb 6, 2025
2 parents ffc35ac + f27ceea commit 3119f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: ddev exec vendor/bin/behat --config=tests/behat/behat.yml --stop-on-failure --strict --format=progress
- name: Upload screenshots of failure
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: screenshots
path: tests/behat/screenshots/*.png

0 comments on commit 3119f67

Please sign in to comment.