Skip to content

Commit

Permalink
chore: updating CI
Browse files Browse the repository at this point in the history
github workflow updates
  • Loading branch information
AndrewTriesToCode committed Jul 23, 2023
1 parent c0a3232 commit 814e988
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 179 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: CI
name: CI Workflow

on:
push:
branches: [main]
pull_request:

jobs:
tests:
build-and-test:
strategy:
matrix:
dotnet: [6.0, 7.0]
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/linux-6.0.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/linux-7.0.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/macos-6.0.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/macos-7.0.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/nuget-push-public.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/release.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/windows-6.0.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/windows-7.0.yml

This file was deleted.

6 changes: 6 additions & 0 deletions test/Finbuckle.MultiTenant.Test/TenantInfoShould.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ namespace Finbuckle.MultiTenant.Test
{
public class TenantInfoShould
{
[Fact]
public void AlwaysFail()
{
Assert.True(false);
}

[Fact]
public void ThrowIfIdSetWithLengthAboveTenantIdMaxLength()
{
Expand Down

0 comments on commit 814e988

Please sign in to comment.