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