Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 authored Jun 19, 2024
1 parent 935dfba commit cbcf733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
dotnet user-secrets -p Tests/ManiaAPI.TrackmaniaAPI.Tests --id d864cd9f-edad-4ebf-b6e2-9c0c91bd62f8 set "ClientSecret" "${{ secrets.TRACKMANIA_API_CLIENTSECRET }}"
- name: Build
run: dotnet build -c Release --no-restore
run: dotnet build -c Release --no-restore /p:ContinuousIntegrationBuild=true

- name: Test
run: dotnet test -c Release --no-build --verbosity normal
Expand Down

0 comments on commit cbcf733

Please sign in to comment.