Skip to content

Commit

Permalink
Fixed pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raistlfiren committed Dec 5, 2024
1 parent 0337992 commit 29c87ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v2

- name: Docker Build and Up
run: docker-compose run garmin-dev composer install
run: docker compose run garmin-dev composer install

- name: Run PHPUnit Tests
run: docker-compose run garmin-dev vendor/bin/phpunit
run: docker compose run garmin-dev vendor/bin/phpunit

0 comments on commit 29c87ac

Please sign in to comment.