Skip to content

Commit

Permalink
Try to fix cashier action issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fredimachado committed May 25, 2024
1 parent 775b6f3 commit 62df8d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cashier-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
- name: Restore dependencies
run: dotnet restore

- name: Test
run: dotnet test --results-directory ./testresults --logger "trx;LogFileName=test_results.xml" /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=./testresults/coverage/ ../**.Tests/**.csproj

- name: Build
run: dotnet build -c Release --no-restore /p:CopyLocalLockFileAssemblies=true

- name: Test
run: dotnet test ../../../NCafe.sln --filter FullyQualifiedName~Cashier --no-restore --no-build --results-directory ./testresults --logger "trx;LogFileName=test_results.xml" /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=./testresults/coverage/

- name: Publish
run: dotnet publish -c Release --no-restore --no-build -o ./output

Expand Down

0 comments on commit 62df8d5

Please sign in to comment.