From 7ea38a3f4cb211992e73639fc41d589b828c5f5c Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 20 May 2021 11:23:45 +0200 Subject: [PATCH] try fix action --- .github/workflows/unittests.js.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unittests.js.yml b/.github/workflows/unittests.js.yml index 58cf2b28..b2661729 100644 --- a/.github/workflows/unittests.js.yml +++ b/.github/workflows/unittests.js.yml @@ -19,11 +19,12 @@ jobs: node-version: [14.x] steps: - - name: Install + - name: Install tools - uses: actions/checkout@v2 uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} + - name: Install project dependencies - run: npm install --also=dev - name: Unit tests - run: npm test