Skip to content

Commit

Permalink
Add missing BIN_COMPOSER
Browse files Browse the repository at this point in the history
  • Loading branch information
florimondmanca committed Mar 21, 2024
1 parent cece772 commit 9370dae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/bdtopo_migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
push:
branches:
- main
paths:
- 'src/Infrastructure/Persistence/Doctrine/BdTopoMigrations/**'
- fix/bdtopo-ci
# paths:
# - 'src/Infrastructure/Persistence/Doctrine/BdTopoMigrations/**'

jobs:
build:
Expand Down Expand Up @@ -37,4 +38,4 @@ jobs:
echo "BDTOPO_DATABASE_URL=${{ secrets.BDTOPO_MIGRATIONS_DATABASE_URL }}" >> .env
- name: CI
run: make ci_bdtopo_migrate BIN_CONSOLE="php bin/console"
run: make ci_bdtopo_migrate BIN_COMPOSER="composer" BIN_CONSOLE="php bin/console"

0 comments on commit 9370dae

Please sign in to comment.