Diff
.github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b07fe54..ee2c15b 100644 --- a/.github/workflows/tests.yml +++ a/.github/workflows/tests.yml @@ -8,7 +8,9 @@ name: Run NPM Stuff runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: actions/checkout@v2 with: persist-credentials: false - uses: actions/setup-node@v3 - run: npm ci - run: npm test