File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments