From e6c0df5ab248db80a62ac97bf811cc4d9c9501c7 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 20 May 2021 11:25:53 +0200 Subject: [PATCH] try fix action --- .github/workflows/unittests.js.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/unittests.js.yml b/.github/workflows/unittests.js.yml index 9f585889..93c331c6 100644 --- a/.github/workflows/unittests.js.yml +++ b/.github/workflows/unittests.js.yml @@ -20,14 +20,14 @@ jobs: steps: - name: Checkout project source - - uses: actions/checkout@v2 + uses: actions/checkout@v2 - name: Install tools uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - name: Install project dependencies - - run: npm install --also=dev + run: npm install --also=dev - name: Unit tests - - run: npm test + run: npm test - name: Lint - - run: npm run lint-ci \ No newline at end of file + run: npm run lint-ci \ No newline at end of file