We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f1552 commit 9f83520Copy full SHA for 9f83520
.github/workflows/test.yml
@@ -20,19 +20,7 @@ jobs:
20
node-version: 20
21
cache: "npm"
22
- run: npm ci
23
- - run: npm run build
24
- - uses: ./ # Uses the action in the root directory
25
- id: test
26
- with:
27
- app_id: ${{ vars.TEST_APP_ID }}
28
- private_key: ${{ secrets.TEST_APP_PRIVATE_KEY }}
29
- - uses: octokit/request-action@v2.x
30
- id: get-repository
31
- env:
32
- GITHUB_TOKEN: ${{ steps.test.outputs.token }}
33
34
- route: GET /installation/repositories
35
- - run: echo '${{ steps.get-repository.outputs.data }}'
+ - run: npm test
36
37
end-to-end:
38
name: End-to-End
0 commit comments