We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dccd37f commit 5b49ebaCopy full SHA for 5b49eba
.github/workflows/build-and-test.yml
@@ -20,13 +20,13 @@ jobs:
20
dotnet-version: '8.0.x'
21
22
- name: Restore dependencies
23
- working-directory: ./FinTrackWebApi
+ working-directory: ./FinTrack
24
run: dotnet restore
25
26
- name: Build
27
28
run: dotnet build --no-restore --configuration Release
29
30
- name: Run Tests
31
32
run: dotnet test --no-build --configuration Release --verbosity normal
.github/workflows/format-check.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
check-formatting:
9
- runs-on: ubuntu-latest
+ runs-on: windows-latest
10
11
steps:
12
- name: Checkout code
0 commit comments