ci(test): actually run integrration tests (#47)
This commit is contained in:
@@ -20,19 +20,7 @@ jobs:
|
|||||||
node-version: 20
|
node-version: 20
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build
|
- run: npm test
|
||||||
- uses: ./ # Uses the action in the root directory
|
|
||||||
id: test
|
|
||||||
with:
|
|
||||||
app_id: ${{ vars.TEST_APP_ID }}
|
|
||||||
private_key: ${{ secrets.TEST_APP_PRIVATE_KEY }}
|
|
||||||
- uses: octokit/[email protected]
|
|
||||||
id: get-repository
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ steps.test.outputs.token }}
|
|
||||||
with:
|
|
||||||
route: GET /installation/repositories
|
|
||||||
- run: echo '${{ steps.get-repository.outputs.data }}'
|
|
||||||
|
|
||||||
end-to-end:
|
end-to-end:
|
||||||
name: End-to-End
|
name: End-to-End
|
||||||
|
|||||||
Reference in New Issue
Block a user