Skip to content

Commit

Permalink
workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveWinward committed Jun 8, 2024
1 parent d768f65 commit 8b16555
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:

# Run the unit tests
- name: Unit Tests
run: dotnet test ~/GoogleSheetsWrapper.Tests/GoogleSheetsWrapper.Tests.csproj --no-build --verbosity normal
run: dotnet test GoogleSheetsWrapper.Tests.csproj --no-build --verbosity normal
working-directory: 'src/GoogleSheetsWrapper.Tests'

# Run the integration tests
- name: Integration Tests
run: dotnet test ~/GoogleSheetsWrapper.IntegrationTests/GoogleSheetsWrapper.IntegrationTests.csproj --no-build --verbosity normal
run: dotnet test GoogleSheetsWrapper.IntegrationTests.csproj --no-build --verbosity normal
working-directory: 'src/GoogleSheetsWrapper.IntegrationTests'

0 comments on commit 8b16555

Please sign in to comment.