mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 07:43:31 -07:00
Bypass CSharpier in tests
This commit is contained in:
parent
5397b0db7d
commit
db1da5545a
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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue