Skip to content

Commit

Permalink
Enable real build
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu authored Sep 19, 2023
1 parent 6eb1b0d commit 4d0e9b1
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,18 @@ jobs:
with:
go-version: 1.21

# - name: Setup Node
# uses: actions/setup-node@v2.5.2
# with:
# node-version: v16
- name: Setup Node
uses: actions/setup-node@v2.5.2
with:
node-version: v16

- name: Fake Build UX (just create build folder)
run: mkdir -p app/ux/build; touch app/ux/build/index.html
- name: Npm Install
run: npm install
working-directory: app/ux

- name: NPM Build
run: npm run build
working-directory: app/ux

- name: Build
run: |
Expand Down

0 comments on commit 4d0e9b1

Please sign in to comment.