Skip to content

Commit

Permalink
Execute chown as root
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Jun 5, 2024
1 parent a8921f4 commit 6a4dc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/browser-tests.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/[email protected]
- run: cp .env.development.prod .env
- run: chown -R 1000:1000 ${GITHUB_WORKSPACE}
- run: sudo chown -R 1000:1000 ${GITHUB_WORKSPACE}
- run: docker compose run ui npm install
- run: docker compose --profile browser-tests up -d
- run: docker compose exec -it ui npm run test:e2e

0 comments on commit 6a4dc46

Please sign in to comment.