diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c0921a..1726c4a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,4 +76,4 @@ jobs: - name: Execute tests (Unit and Feature tests) via PHPUnit run: vendor/bin/phpunit - name: Stop ntfy - run: docker compose down -d + run: docker compose down