Skip to content

Commit 5b49eba

Browse files
committed
ci(*.yml): Update format-check.yml and build-and-test.yml
1 parent dccd37f commit 5b49eba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
dotnet-version: '8.0.x'
2121

2222
- name: Restore dependencies
23-
working-directory: ./FinTrackWebApi
23+
working-directory: ./FinTrack
2424
run: dotnet restore
2525

2626
- name: Build
27-
working-directory: ./FinTrackWebApi
27+
working-directory: ./FinTrack
2828
run: dotnet build --no-restore --configuration Release
2929

3030
- name: Run Tests
31-
working-directory: ./FinTrackWebApi
31+
working-directory: ./FinTrack
3232
run: dotnet test --no-build --configuration Release --verbosity normal

.github/workflows/format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
check-formatting:
9-
runs-on: ubuntu-latest
9+
runs-on: windows-latest
1010

1111
steps:
1212
- name: Checkout code

0 commit comments

Comments
 (0)