From db2dbc67a2fcdad338c3cf1c0d4e19d0e8f5c408 Mon Sep 17 00:00:00 2001 From: Danny Koppenhagen Date: Mon, 27 Nov 2023 23:14:18 +0100 Subject: [PATCH] ci: fix tests --- .github/workflows/ci.yml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dfab1c..ad3e866 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,23 +41,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 }}" + run: mkdir -p dist/static && npm run ci-test