diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 094f655..1d64899 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -32,6 +32,5 @@ jobs: run: | composer install chmod +x bin/*.sh - bash ./bin/phpunit-test.sh - name: Test - run: composer test \ No newline at end of file + run: bash ./bin/phpunit-test.sh \ No newline at end of file