Skip to content

Commit

Permalink
Copy environment for GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Jun 4, 2024
1 parent 9a35be6 commit de2a702
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 @@ -11,6 +11,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/[email protected]
- run: cp .env.development.prod .env
- 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 de2a702

Please sign in to comment.