From d9bdb07c3d40d8ee575202146c52e5f9a294dd98 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Mon, 21 Aug 2023 11:26:05 -0700 Subject: [PATCH] ci: update test --- .github/workflows/test.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3f76fbb0..22176f25 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,21 +1,22 @@ +name: test on: [push] jobs: - demo: + test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '16.16' - cache: 'npm' + node-version: "16.16" + cache: "npm" - run: npm ci - run: npm run build - uses: ./ # Uses the action in the root directory id: demo with: - app_id: ${{ secrets.APP_ID }} - private_key: ${{ secrets.PRIVATE_KEY }} + app_id: ${{ vars.TEST_APP_ID }} + private_key: ${{ secrets.TEST_APP_PRIVATE_KEY }} - uses: octokit/request-action@v2.x id: get-repository env: