Skip to content

Commit

Permalink
name has to be unique now
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Feb 25, 2024
1 parent 40aa709 commit b14bd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: ${{ failure() || success() }}
with:
name: phpunit_browser_output
name: screenshots.${{ matrix.drupal }}.${{ matrix.civicrm }}.${{ matrix.php }}
# For some reason Drupal prints here and not our specified BROWSERTEST_OUTPUT_DIRECTORY.
path: '/home/runner/drupal/web/sites/simpletest/browser_output'
retention-days: 7

0 comments on commit b14bd52

Please sign in to comment.