diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b91a2ae..7422775 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,6 +38,8 @@ jobs: steps: - uses: actions/checkout@v1 + - name: npm install + run: npm ci - name: test connection run: node quicktest.js