Skip to content

Commit

Permalink
🎨 跳过CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yingpanwang committed Aug 30, 2023
1 parent 703a350 commit b37668c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/BD.SteamClient.UnitTest/SteamAccountServiceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ public IAppSettings Get(string? name)
[SetUp]
public void Setup()
{
if (ProjectUtils.IsCI())
return;

var services = new ServiceCollection();
services.AddTransient<ISteamAccountService, SteamAccountService>();
services.AddTransient<ISteamSessionService, SteamSessionServiceImpl>();
Expand Down

0 comments on commit b37668c

Please sign in to comment.