From 4c296f98cf99923cf982ae22da1704d2929edff2 Mon Sep 17 00:00:00 2001 From: Conor Sloan Date: Wed, 22 Nov 2023 12:18:03 +0000 Subject: [PATCH] Remove test-action from ci.yml we don't need this as it pertains to the template js action. We'll find other ways to test the action. --- .github/workflows/ci.yml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dfab1c..64a855c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,22 +42,4 @@ jobs: - name: Test id: npm-ci-test run: npm run ci-test - - test-action: - name: GitHub Actions Test - runs-on: ubuntu-latest - - steps: - - name: Checkout - id: checkout - uses: actions/checkout@v4 - - - name: Test Local Action - id: test-action - uses: ./ - with: - milliseconds: 1000 - - - name: Print Output - id: output - run: echo "${{ steps.test-action.outputs.time }}" +