From 9aa5ad2b2c1fce684cc0cd9a79e5972829975647 Mon Sep 17 00:00:00 2001 From: Serhii Shymkiv Date: Thu, 18 Jul 2024 15:57:29 +0300 Subject: [PATCH] Refactoring. --- .github/workflows/ci.yml | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6d2861..270555c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,25 +40,6 @@ jobs: id: npm-lint run: npm run lint - - 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: 2000 - - - name: Print Output - id: output - run: echo "${{ steps.test-action.outputs.time }}" + - name: All + id: npm-ci-all + run: npm run all