Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Oct 29, 2024
1 parent c07144a commit a3587b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
*.cache-to=type=gha,scope=${{github.ref}},mode=max
-
name: Start services
run: docker compose -f compose.yaml -f compose.ci.yaml up --wait --no-build
run: |
docker compose -f compose.yaml -f compose.ci.yaml build --pull
docker compose -f compose.yaml -f compose.ci.yaml up --wait --no-build
-
name: Create test database
run: docker compose exec -T php bin/console -e test doctrine:database:create
Expand Down

0 comments on commit a3587b0

Please sign in to comment.