Skip to content

Commit 680e059

Browse files
committed
CI: Fix csharp-npgsql project
The GHA recipe has not been updated when refactoring the directory layout the other day.
1 parent 1dbc684 commit 680e059

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests-npgsql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@ jobs:
5050
- name: Invoke tests on netcoreapp3.1
5151
if: matrix.dotnet-version == '3.1.x'
5252
run: |
53-
cd spikes/npgsql-vanilla
53+
cd by-language/csharp-npgsql
5454
dotnet test --framework=netcoreapp3.1
5555
5656
- name: Invoke tests on net5.0
5757
if: matrix.dotnet-version == '5.0.x'
5858
run: |
59-
cd spikes/npgsql-vanilla
59+
cd by-language/csharp-npgsql
6060
dotnet test --framework=net5.0
6161
6262
- name: Run tests with coverage
6363
if: matrix.dotnet-version == '5.0.x'
6464
run: |
65-
cd spikes/npgsql-vanilla
65+
cd by-language/csharp-npgsql
6666
dotnet test --framework=net5.0 --collect:"XPlat Code Coverage"
6767
6868
# https://github.com/codecov/codecov-action

0 commit comments

Comments
 (0)