Skip to content

Commit

Permalink
test running issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mgroves committed Dec 8, 2023
1 parent afe3b68 commit 91fb068
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Check out code
- name: Check out code-
uses: actions/checkout@v2

- name: Setup .NET
Expand All @@ -39,7 +39,7 @@ jobs:
dotnet-version: '8.0.x'

- name: Test
run: dotnet test CMSprinkle.Tests --no-build --verbosity normal
run: dotnet test CMSprinkle.Tests\CMSprinkle.Tests.csproj --no-build --verbosity normal

integrationtests_couchbase:
needs: build
Expand All @@ -54,7 +54,7 @@ jobs:
dotnet-version: '8.0.x'

- name: Test
run: dotnet test CMSprinkle.Couchbase.Tests --no-build --verbosity normal
run: dotnet test CMSprinkle.Couchbase.Tests\CMSprinkle.Couchbase.Tests.csproj --no-build --verbosity normal

integrationtests_sqlserver:
needs: build
Expand All @@ -69,4 +69,4 @@ jobs:
dotnet-version: '8.0.x'

- name: Test
run: dotnet test CMSprinkle.SqlServer.Tests --no-build --verbosity normal
run: dotnet test CMSprinkle.SqlServer.Tests\CMSprinkle.SqlServer.Tests.csproj --no-build --verbosity normal

0 comments on commit 91fb068

Please sign in to comment.