We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44dcb26 commit df5ac5fCopy full SHA for df5ac5f
.github/workflows/test.yml
@@ -225,7 +225,7 @@ jobs:
225
if: always()
226
run: |
227
mkdir -p screenshots
228
- cp -r /Users/runner/work/test-resources/screenshots/* screenshots/ || true
+ cp -r /Users/runner/work/test-resources/screenshots screenshots/ || true
229
working-directory: ${{ github.workspace }}
230
shell: bash
231
- name: Upload screenshots
0 commit comments