From 95b195bd28d9af36eaccab080a1d85c854929601 Mon Sep 17 00:00:00 2001 From: Ryan Lynch Date: Wed, 3 Jan 2024 01:26:12 +0000 Subject: [PATCH] Update main_goals-bingo.yml Removing tests from workflow --- .github/workflows/main_goals-bingo.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main_goals-bingo.yml b/.github/workflows/main_goals-bingo.yml index 18e8900..4ab59ea 100644 --- a/.github/workflows/main_goals-bingo.yml +++ b/.github/workflows/main_goals-bingo.yml @@ -21,11 +21,10 @@ jobs: with: node-version: '18.x' - - name: npm install, build, and test + - name: npm install, build run: | npm install npm run build --if-present - npm run test --if-present - name: Upload artifact for deployment job uses: actions/upload-artifact@v3