Skip to content

Commit

Permalink
sudo time
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnagel committed Oct 11, 2024
1 parent e723936 commit bb2e8e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/save-logs/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ runs:

- name: Move Playwright Artifacts
run: |
mkdir -p /tmp/playwright
mv e2e/playwright/.playwright/* /tmp/playwright || true
sudo mkdir -p /tmp/playwright
sudo mv e2e/playwright/.playwright/* /tmp/playwright || true
shell: bash

- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
Expand Down

0 comments on commit bb2e8e0

Please sign in to comment.