From a113ba97a4984dff61b5f2e598e86df331dedfea Mon Sep 17 00:00:00 2001 From: Amanda Bullington Date: Thu, 4 Nov 2021 17:09:50 -0700 Subject: [PATCH] Switch to npm install --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a13689bfa..d3cbbc0ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - run: npm ci + - run: npm install - run: npm test # test action works running from the graph @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - run: npm ci + - run: npm install - uses: ./ with: milliseconds: 1000 \ No newline at end of file