Skip to content

Commit

Permalink
github flows
Browse files Browse the repository at this point in the history
  • Loading branch information
sigere committed Aug 11, 2024
1 parent bc313d9 commit 2dbd8bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
php-version: '8.3'
- uses: actions/checkout@v1
- run: composer install --no-interaction
- uses: actions/setup-node@v4
with:
node-version: 20.16
cache: 'npm'
- run: npm install
- run: npm run build
- run: |
./bin/console doctrine:database:create
./bin/console doctrine:schema:create
Expand Down

0 comments on commit 2dbd8bc

Please sign in to comment.