We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34121f2 commit c3d6b07Copy full SHA for c3d6b07
1 file changed
.github/workflows/ci.yml
@@ -37,14 +37,15 @@ jobs:
37
steps:
38
- uses: actions/checkout@v4
39
with:
40
+ path: test
41
fetch-depth: 0
-
42
- name: Setup .NET Core
43
uses: actions/setup-dotnet@v4
44
45
dotnet-version: 9.x
46
- name: Build
47
run: dotnet build -c Release --framework ${{ matrix.framework }}
48
+ working-directory: test
49
50
- name: Generate TLS certs for Docker
51
run: |
@@ -102,3 +103,4 @@ jobs:
102
103
104
- name: Test
105
run: dotnet test -c Release --framework ${{ matrix.framework }} --no-build --logger console
106
0 commit comments