Skip to content

Commit d2f243b

Browse files
committed
Revert switch to constant env value
1 parent a2e9a23 commit d2f243b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/run-database-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
steps:
4343
- name: Test Orm.Tests set of tests
4444
env:
45-
GA_NO_IGNORE: false
45+
GA_NO_IGNORE: ${{ inputs.show_all_fails }}
4646
if: ${{ !cancelled() && fromJSON(inputs.run_main) }}
4747
shell: bash
4848
run: dotnet test Orm/Xtensive.Orm.Tests/Xtensive.Orm.Tests.csproj -c ${{ inputs.build_config }} --no-build --logger "trx;LogFileName=Xtensive.Orm.Tests.trx" --results-directory ${{ inputs.test_results_folder }} -v ${{ inputs.test_output_verbosity }}

0 commit comments

Comments
 (0)