Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliveriver committed Jul 27, 2024
1 parent c79a07b commit c6e6efa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "main" ]

jobs:
check_client:
check_server:
runs-on: windows-latest
steps:
- name: Checkout
Expand All @@ -20,7 +20,7 @@ jobs:
dotnet-version: 8.0.x
- name: Build
run: cd server && dotnet build
check_server:
check_client:
runs-on: windows-latest
steps:
- name: Checkout
Expand All @@ -31,7 +31,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'npm'
- name: Install yarn
run: npm install --global yarn
- name: Install packages
Expand Down

0 comments on commit c6e6efa

Please sign in to comment.