Merge pull request #1947 from thecodingmachine/parallel-build
Using parallel build in end to end tests
This commit is contained in:
@@ -23,8 +23,10 @@ jobs:
|
||||
run: npx playwright install --with-deps
|
||||
- name: 'Setup .env file'
|
||||
run: cp .env.template .env
|
||||
- name: Build WorkAdventure
|
||||
run: docker-compose -f docker-compose.yaml -f docker-compose.e2e.yml build --parallel
|
||||
- name: Start WorkAdventure
|
||||
run: docker-compose -f docker-compose.yaml -f docker-compose.e2e.yml up -d --build
|
||||
run: docker-compose -f docker-compose.yaml -f docker-compose.e2e.yml up -d
|
||||
- name: Wait for environment to Start
|
||||
run: sleep 60
|
||||
- name: Run Playwright tests
|
||||
|
||||
Reference in New Issue
Block a user