Skip to content

Commit de47a34

Browse files
authored
Update CI workflow to set working directory for backend
1 parent c3fd6b6 commit de47a34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
dotnet-version: 10.0.x
2323
- name: Restore dependencies
2424
run: dotnet restore
25+
working-directory: src/backend
2526
- name: Build
2627
run: dotnet build --no-restore
28+
working-directory: src/backend
2729
- name: Test
2830
run: dotnet test --no-build --verbosity normal
31+
working-directory: src/backend

0 commit comments

Comments
 (0)