Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
agray committed Dec 18, 2024
1 parent 2c1b9e3 commit e9be452
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,9 @@ jobs:

tunit-integration-tests:
runs-on: ubuntu-latest
needs: [xunit-external-tests,
needs: [nunit-integration-tests,
xunit-integration-tests,
xunit-external-tests,
nunit-external-tests,
xunit-real-external-tests,
nunit-real-external-tests]
Expand All @@ -316,7 +318,7 @@ jobs:
run: dotnet build -c ${{ env.CONFIG }}

- name: Run TUnit Integration Tests
run: dotnet test
run: dotnet test -c ${{ env.CONFIG }} ${{ env.M_TUNIT_PROJECT }}

# - name: Run TUnit Integration Tests
# uses: b3b00/[email protected]
Expand Down

0 comments on commit e9be452

Please sign in to comment.