Skip to content

Commit 8d6c00f

Browse files
authored
parallel
1 parent ec112a6 commit 8d6c00f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/api-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
working-directory: ./api
1717
- name: Build containers
18-
run: docker-compose -f "./../docker-compose-ci.yml" build postgres api
18+
run: docker-compose -f "./../docker-compose-ci.yml" build --parallel postgres api
1919
- name: Run database
2020
run: docker-compose -f "./../docker-compose-ci.yml" up --detach postgres
2121
- name: Setup env file

.github/workflows/playwright-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
working-directory: ./client
1717
- name: Build containers
18-
run: docker-compose -f "./../docker-compose-ci.yml" build
18+
run: docker-compose -f "./../docker-compose-ci.yml" build --parallel
1919
- name: Install playwright dependencies
2020
run: docker-compose run playwright yarn
2121
- name: Up environment

0 commit comments

Comments
 (0)