diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1650d18..e281f1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,3 +18,14 @@ jobs: - run: npm install - run: npm run build - run: npm test + + integration: + runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write + steps: + - uses: actions/checkout@v4 + - uses: ./ + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}"