diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index f6453cf..714eb7a 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -21,5 +21,4 @@ jobs: # PHPUnitテスト実行 - name: Run PHPUnit test. - run: | - npm run phpunit \ No newline at end of file + run: npm run phpunit \ No newline at end of file