diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f3008598..4646cef9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v1 with: fetch-depth: 1 - - run: npm ci + - run: npm install - run: npm run build - run: npm test - uses: ./