diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 363239b3..7b55bb5d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -99,7 +99,7 @@ jobs: ENLIGHTN_USERNAME: ${{ secrets.ENLIGHTN_USERNAME }} ENLIGHTN_API_TOKEN: ${{ secrets.ENLIGHTN_API_TOKEN }} ENLIGHTN_GITHUB_REPO: ${{ github.repository }} - run: php artisan enlightn --ci --report --review --issue=${{ github.event.number }} + run: php artisan enlightn --ci --review --issue=${{ github.event.number }} - uses: actions/upload-artifact@v1 if: failure()