Skip to content

Commit

Permalink
Update main_goals-bingo.yml
Browse files Browse the repository at this point in the history
Removing tests from workflow
  • Loading branch information
UniqueClone authored Jan 3, 2024
1 parent 1566b66 commit 95b195b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main_goals-bingo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95b195b

Please sign in to comment.