Skip to content

Commit

Permalink
Adds steps to Go build workflow to cover the frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Jan 6, 2024
1 parent bbbeb15 commit b95d58c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/compile-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ jobs:
goos: windows
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install npm dependencies
run: npm install
- name: Build frontend
run: npm run build
- uses: wangyoucao577/go-release-action@v1.29
with:
github_token: ${{ secrets.BOT_TOKEN || secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b95d58c

Please sign in to comment.