From 3081ac1cb4d70a77edbd9d16bfa47dad7aefd65b Mon Sep 17 00:00:00 2001 From: Justin Hutchings Date: Thu, 25 Aug 2022 11:54:54 -0700 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1e92521..464242b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: "units-test" +name: "Test" on: pull_request: push: @@ -7,19 +7,9 @@ on: - 'releases/*' jobs: - # unit tests - units: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - run: npm ci - - run: npm test - # test action works running from the graph test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: ./ - with: - milliseconds: 1000