Skip to content

Commit

Permalink
Merge pull request #15 from nicelizhi/dev
Browse files Browse the repository at this point in the history
fix the branches
  • Loading branch information
xxl4 authored Nov 2, 2023
2 parents 7d68d19 + 0e0e031 commit b139820
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,27 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
- uses: actions/setup-node@v3
with:
go-version: ${{ matrix.go-version }}

node-version: 16
cache: 'npm'
- name: Git Sumbodule Update
run: |
git submodule update --remote --recursive
# - name: go Test
# run: go test
- name: npm install
run: cd ./ui/ && npm install --legacy-peer-deps

- name : npm build
run: cd ./ui/ && npm run build:prod --legacy-peer-deps

- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}

# - name: go Test
# run: go test

- name: Tidy
run: go mod tidy
Expand Down

0 comments on commit b139820

Please sign in to comment.