Skip to content

Commit

Permalink
Update ci-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teamcrombie authored Nov 5, 2024
1 parent c826d5f commit 613c88b
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: CI Build

on:
push:
branches-ignore: [ main, master, develop ]
branches: [ master ]
workflow_dispatch:

jobs:
build:
strategy:
Expand Down Expand Up @@ -49,20 +51,5 @@ jobs:
- name: Build ${{ matrix.dotnet }}
run: dotnet build --configuration Release --no-restore --framework ${{ matrix.dotnet }}

# test:
# needs: [build]
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v3

# - name: Set up .NET SDK
# uses: actions/setup-dotnet@v3
# with:
# dotnet-version: 6.0.x

# - name: Install dependencies
# run: dotnet restore ILovePDF.sln

# - name: Test
# run: dotnet test ILovePDF.sln --no-restore --verbosity normal
- name: Run tests
run: dotnet test --no-restore --verbosity normal --filter "FullyQualifiedName!=Tests.Edit.SignTests.Sign_RequestSignature_ShouldProccessOk&FullyQualifiedName!=Tests.Edit.SignTests.Sign_ComplexTest_ShouldProcessOk"

0 comments on commit 613c88b

Please sign in to comment.