Skip to content

Commit

Permalink
chore: ci tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewTriesToCode committed Aug 25, 2023
1 parent a12b1fa commit 20c1f32
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ on:
push:
branches: [main]
pull_request:
workflow_dispatch:

jobs:
build-and-test:
strategy:
matrix:
dotnet: ["6.0", "7.0", "8.0"]
dotnet: ["6.0", "7.0", "8.0.0-preview.7.23375.9"]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -19,7 +18,6 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ matrix.dotnet }}
# dotnet-quality: preview

- name: test Finbuckle.MultiTenant
run: dotnet test -f net${{ matrix.dotnet }}
Expand Down

0 comments on commit 20c1f32

Please sign in to comment.