Skip to content

Commit

Permalink
Fixed workflows integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornado-Technology committed Jul 10, 2024
1 parent 4707e6f commit 17c579a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/nuint-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: NUnit integration test

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:

env:
Expand Down Expand Up @@ -37,7 +35,7 @@ jobs:
run: dotnet tool restore

- name: 🔨 Build and Test (Release)
run: dotnet test --no-build --configuration=Release Hypercube.UnitTests/Hypercube.UnitTests.csproj
run: dotnet test --configuration=Release Hypercube.UnitTests/Hypercube.UnitTests.csproj

- name: 🔨 Build and Test (Debug)
run: dotnet test --no-build --configuration=Debug Hypercube.UnitTests/Hypercube.UnitTests.csproj
run: dotnet test --configuration=Debug Hypercube.UnitTests/Hypercube.UnitTests.csproj

0 comments on commit 17c579a

Please sign in to comment.