mirror of
https://github.com/ditkrg/DIT.Workflower.git
synced 2026-01-22 22:06:42 +00:00
Fix conditional check for running tests in tests-base.yaml
This commit is contained in:
parent
b614784805
commit
f76ffcbfa2
1
.github/workflows/tests-base.yaml
vendored
1
.github/workflows/tests-base.yaml
vendored
@ -44,6 +44,7 @@ jobs:
|
|||||||
if: ${{ !inputs.sonarqube }}
|
if: ${{ !inputs.sonarqube }}
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
if: ${{ !inputs.sonarqube }}
|
||||||
run: dotnet test
|
run: dotnet test
|
||||||
|
|
||||||
###############################
|
###############################
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user