Skip to content

Commit

Permalink
Update workspace ownership for GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Jun 4, 2024
1 parent de2a702 commit a8921f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/browser-tests.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
steps:
- uses: actions/[email protected]
- run: cp .env.development.prod .env
- run: 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 a8921f4

Please sign in to comment.