From de655b028d9c3200f0d100c2970d09e416e033f4 Mon Sep 17 00:00:00 2001 From: Richard Simpson Date: Fri, 20 Sep 2019 15:39:24 -0500 Subject: [PATCH] chore: fix e2e install --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) 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