Skip to content

Commit

Permalink
Update symfony.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Magehawks authored Apr 1, 2024
1 parent 25182e1 commit 5187e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
restore-keys: |
${{ runner.os }}-php-
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
working-directory: ./app
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Create Database
run: |
mkdir -p data
Expand Down

0 comments on commit 5187e97

Please sign in to comment.