Skip to content

Commit

Permalink
fix: try to use rsync instead of mv to merge the directories [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
SannyNguyenHung committed Jan 22, 2024
1 parent 6cdfa4e commit 68ef50e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,8 @@ jobs:
if: steps.playwright-cache.outputs.cache-hit != 'true'
run: npx playwright install --with-deps chromium

- name: Remove possible cached folders
run: |
rm -rf ./app
rm -rf ./public
rm -rf ./build
- id: fetchLatestImageApp
run: ./docker.sh --appFromImage && mv --force ./a2j-app/* ./
run: ./docker.sh --appFromImage && rsync -a ./a2j-app/* ./

- name: Run Playwright e2e tests
env:
Expand Down

0 comments on commit 68ef50e

Please sign in to comment.