Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix authored Sep 27, 2024
1 parent 56ffbc9 commit b7396cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
- name: Generate the .env file
run: cp .env.template .env


- name: Build
run: docker compose up build

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

Expand Down

0 comments on commit b7396cd

Please sign in to comment.