mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-10 20:02:31 +00:00
Bypass CSharpier in tests
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -31,6 +31,7 @@ jobs:
|
|||||||
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
|
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
|
||||||
run: >
|
run: >
|
||||||
dotnet test
|
dotnet test
|
||||||
|
-p:CSharpier_Bypass=true
|
||||||
--configuration Release
|
--configuration Release
|
||||||
--logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true"
|
--logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true"
|
||||||
--collect:"XPlat Code Coverage"
|
--collect:"XPlat Code Coverage"
|
||||||
|
|||||||
Reference in New Issue
Block a user