Skip to content

Commit c3d6b07

Browse files
committed
checkout in different path
1 parent 34121f2 commit c3d6b07

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,15 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v4
3939
with:
40+
path: test
4041
fetch-depth: 0
41-
4242
- name: Setup .NET Core
4343
uses: actions/setup-dotnet@v4
4444
with:
4545
dotnet-version: 9.x
4646
- name: Build
4747
run: dotnet build -c Release --framework ${{ matrix.framework }}
48+
working-directory: test
4849

4950
- name: Generate TLS certs for Docker
5051
run: |
@@ -102,3 +103,4 @@ jobs:
102103
103104
- name: Test
104105
run: dotnet test -c Release --framework ${{ matrix.framework }} --no-build --logger console
106+
working-directory: test

0 commit comments

Comments
 (0)