Skip to content

Commit

Permalink
Update a make target name to be more precise
Browse files Browse the repository at this point in the history
  • Loading branch information
erkannt committed Jan 15, 2025
1 parent f46fab8 commit 2d24224
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run all tests
run: make all-tests
- name: Run all checks
run: make all-checks
- name: Debug bring up test stack
if: failure()
run: docker compose logs
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ static-analysis:
test: bring-up-app-and-queue-watcher
docker compose exec app vendor/bin/phpunit --log-junit build/phpunit.xml $(TEST)

.PHONY: all-tests
all-tests: bring-up-app-without-queue-watcher
.PHONY: all-checks
all-checks: bring-up-app-without-queue-watcher
docker compose exec app bash project_tests.sh

.PHONY: stop
Expand Down

0 comments on commit 2d24224

Please sign in to comment.