Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ddmicu authored Jul 16, 2024
1 parent 8b1ec5d commit 6852832
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
dotnet test --configuration Release --no-build --verbosity normal --framework net6.0 test/Tinify.Tests
dotnet test --configuration Release --no-build --verbosity normal --framework net8.0 test/Tinify.Tests
integrationTests:
if: github.event_name == 'push'
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -107,7 +106,6 @@ jobs:
dotnet test --configuration Release --no-build --verbosity normal --framework net6.0 test/Tinify.Tests.Integration
dotnet test --configuration Release --no-build --verbosity normal --framework net8.0 test/Tinify.Tests.Integration
- name: Run tests on windows
if: startsWith(matrix.os, 'windows')
env:
Expand Down

0 comments on commit 6852832

Please sign in to comment.