From ae94462c8d431b033473bf266fff812eb7fa9527 Mon Sep 17 00:00:00 2001 From: Avior Date: Mon, 31 Aug 2020 01:15:07 +0200 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 415e104..f1c3b88 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -26,7 +26,7 @@ jobs: node-version: ${{ matrix.node-version }} - run: yarn - run: yarn workspaces run build - - run: yarn workspaces test + - run: yarn workspaces run test # You may pin to the exact commit or the version. # uses: codecov/codecov-action@6004246f47ab62d32be025ce173b241cd84ac58e - uses: codecov/codecov-action@v1.0.13