Skip to content

Commit 9f83520

Browse files
authored
ci(test): actually run integrration tests (actions#47)
1 parent 10f1552 commit 9f83520

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,7 @@ jobs:
2020
node-version: 20
2121
cache: "npm"
2222
- 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/[email protected]
30-
id: get-repository
31-
env:
32-
GITHUB_TOKEN: ${{ steps.test.outputs.token }}
33-
with:
34-
route: GET /installation/repositories
35-
- run: echo '${{ steps.get-repository.outputs.data }}'
23+
- run: npm test
3624

3725
end-to-end:
3826
name: End-to-End

0 commit comments

Comments
 (0)