File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11name : api-tests
22
33defaults :
4- run :
5- working-directory : ./api
4+ run :
5+ working-directory : ./api
66
77on :
88 workflow_dispatch :
9-
9+
1010jobs :
1111 phpunit :
1212 runs-on : ubuntu-latest
1515 with :
1616 working-directory : ./api
1717 - name : Build containers
18- run : docker-compose -f "./../docker-compose-ci.yml" build --parallel postgres api
18+ run : docker-compose -f "./../docker-compose-ci.yml" build --parallel postgres api redis
1919 - name : Run database
20- run : docker-compose -f "./../docker-compose-ci.yml" up --detach postgres
20+ run : docker-compose -f "./../docker-compose-ci.yml" up --detach postgres redis
2121 - name : Setup env file
2222 run : docker-compose run api cp .env.example .env
2323 - name : Install composer dependencies
Original file line number Diff line number Diff line change 1919 - name : Install playwright dependencies
2020 run : docker-compose run playwright yarn
2121 - name : Up environment
22- run : docker-compose -f "./../docker-compose-ci.yml" up --detach api client postgres
22+ run : docker-compose -f "./../docker-compose-ci.yml" up --detach api client postgres redis
2323 - name : Wait
2424 run : sleep 5
2525 - name : Run tests
You can’t perform that action at this time.
0 commit comments