Skip to content

Commit

Permalink
Fix build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
csutorasa committed Nov 6, 2023
1 parent 9d51194 commit fce0e20
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Build XOutput

env:
VERSION: 4.0.0
SERVER_TARGET: 'net7.0'
GUI_TARGET: 'net7.0-windows'
SONARCLOUD_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}

on:
push:
Expand All @@ -15,6 +12,10 @@ on:
jobs:
build_net:
runs-on: windows-latest
env:
SERVER_TARGET: 'net7.0'
GUI_TARGET: 'net7.0-windows'
SONARCLOUD_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}

steps:
- name: Checkout
Expand Down Expand Up @@ -95,7 +96,7 @@ jobs:
- name: Install pnpm
run: npm install --global pnpm
- name: Install dependencies
run: pnpm -rinstall
run: pnpm -r install
- name: Run lint
run: pnpm -r run lint
- name: Build webapp
Expand Down

0 comments on commit fce0e20

Please sign in to comment.