diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d65bb88..33b9cea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ run-name: ${{ github.actor}} runs CI on: [push] jobs: - phpstan: + ci-tests: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4