Skip to content

Commit

Permalink
updated stryker command
Browse files Browse the repository at this point in the history
  • Loading branch information
Timmoth committed Dec 24, 2023
1 parent 0f202a8 commit 47a542c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: stryker
run: |
cd Tests
dotnet stryker --config-file "./stryker-config.json" --dashboard-api-key "${{ secrets.STRYKER_DASHBOARD_API_KEY }}" --output ${{ env.StrykerDirectory }} --project "DsaDotnet.csproj" --version "${{ github.sha }}"
dotnet stryker --config-file "./stryker-config.json" --dashboard-api-key "${{ secrets.STRYKER_DASHBOARD_API_KEY }}" --output ${{ env.StrykerDirectory }} --project "DsaDotnet.csproj" --version "main"
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 47a542c

Please sign in to comment.