Skip to content

Commit

Permalink
Run correct make target in GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erkannt committed Dec 12, 2024
1 parent 0a2ff06 commit 6e99104
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run tests
run: make PHP_VERSION=${{ matrix.php_version }} test
run: make PHP_VERSION=${{ matrix.php_version }} test-ci

2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ build:

test-ci: build
docker run --rm $(PROJECT_NAME):$(PHP_VERSION) bash -c 'vendor/bin/phpunit'

ci: test-ci

0 comments on commit 6e99104

Please sign in to comment.