Skip to content

Commit

Permalink
Build containers before running in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Sep 27, 2024
1 parent 81cef86 commit c312c26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
run: cp .env.template .env


- name: Run docker-compose build
run: docker compose build

- name: Run the containers
run: docker compose up -d db devweb

Expand Down

0 comments on commit c312c26

Please sign in to comment.