Skip to content

Commit

Permalink
test gitlabci
Browse files Browse the repository at this point in the history
  • Loading branch information
Magehawks committed Mar 6, 2024
1 parent 43ed456 commit e274dbd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,12 @@ jobs:
run: ls -al

- name: Install Composer Dependencies
run: cd app/
run: composer install --no-dev --no-progress --optimize-autoloader
env:
COMPOSER_PROCESS_TIMEOUT: 0
COMPOSER_NO_INTERACTION: 1
COMPOSER_NO_AUDIT: 1
working-directory: /app

- name: Check Symfony Requirements
run: symfony check:requirements
Expand Down

0 comments on commit e274dbd

Please sign in to comment.