Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
UniqueClone committed Jan 11, 2024
2 parents 8d72182 + af85f94 commit e6a4c1a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main_goals-bingo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -21,17 +21,16 @@ 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
with:
name: node-app
path: .
path: ./build

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e6a4c1a

Please sign in to comment.