From a424b35838aaa440274533ca3d97f97d619481d6 Mon Sep 17 00:00:00 2001 From: Chris Ayers Date: Wed, 6 Apr 2022 10:29:18 -0700 Subject: [PATCH] using higher defaults --- .github/workflows/node.js.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 1825222..b6e429a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -8,6 +8,11 @@ on: branches: [ main ] pull_request: branches: [ main ] + +defaults: + run: + shell: bash + working-directory: ./node-example jobs: build-node: @@ -25,12 +30,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' - - run: npm ci - working-directory: ./node-example - - run: npm run build --if-present - working-directory: ./node-example - - run: npm test - working-directory: ./node-example +