From 9f83520638a4128332e222e4e2d6e65b70f75867 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Thu, 21 Sep 2023 13:53:30 -0700 Subject: [PATCH] ci(test): actually run integrration tests (#47) --- .github/workflows/test.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 881ad0e..25d78f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,19 +20,7 @@ jobs: node-version: 20 cache: "npm" - run: npm ci - - run: npm run build - - 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/request-action@v2.x - id: get-repository - env: - GITHUB_TOKEN: ${{ steps.test.outputs.token }} - with: - route: GET /installation/repositories - - run: echo '${{ steps.get-repository.outputs.data }}' + - run: npm test end-to-end: name: End-to-End