Fix conditional check for running tests in tests-base.yaml

This commit is contained in:
Shkar T. Noori 2024-04-28 11:34:49 +03:00
parent b614784805
commit f76ffcbfa2
No known key found for this signature in database
GPG Key ID: C5E1A00F3BB78732

View File

@ -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
############################### ###############################