Skip to content

Commit

Permalink
Manually run docker compose in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadain committed Feb 25, 2024
1 parent a2bf397 commit 5b01df4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,14 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

- run: ./scripts/update

- run: |
docker compose up -d database django &&
./scripts/manage migrate &&
./scripts/manage collectstatic --no-input &&
docker compose stop
- run: ./scripts/test

- run: ./scripts/cipublish
if: |
github.ref == 'refs/heads/develop' ||
Expand Down

0 comments on commit 5b01df4

Please sign in to comment.