author | Nemo <commits@captnemo.in> | 2022-05-23 21:20:50.0 +05:30:00 |
---|---|---|
committer | Nemo <commits@captnemo.in> | 2022-05-23 22:28:27.0 +05:30:00 |
commit | 8e1b835b86ad78a8ce4aeb0ca5da06e57ed30d81 [patch] |
|
tree | 35a56d2c7f5d61a54439acb9544aa993f33831ba |
|
parent | 50125666fde769e4597921eb29ebb130f4b4f3a3 |
|
download | next.tar.gz |
[ci] Fix npm ci
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