Skip to content

Commit

Permalink
change commit stage to run docker compose for containers separately
Browse files Browse the repository at this point in the history
  • Loading branch information
rlratcliffe committed Feb 27, 2024
1 parent bc13581 commit f05d83f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: 'COMMIT STAGE: (compile, unit test, analysis, build installers in under 5 minutes)'
run: |
echo Building docker image
docker-compose -f docker-compose.yaml -f docker-compose.dev.yaml -f docker-compose.test.yaml up --build
docker-compose -f docker-compose.yaml -f docker-compose.dev.yaml -f docker-compose.test.yaml up --build frontend
docker-compose -f docker-compose.yaml -f docker-compose.dev.yaml -f docker-compose.test.yaml up --build api
- name: Clean up
if: always()
Expand Down

0 comments on commit f05d83f

Please sign in to comment.