Skip to content

Commit d56301c

Browse files
committed
Apply correct incoming parameters to reusable workflow
1 parent 6b2557d commit d56301c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/auto-databaseless-tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,11 @@ jobs:
118118
119119
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-independant-tests.yml@6.0
120120
with:
121-
storage: sqlite3
122121
build_config: Release
123122
target_framework: ${{ matrix.net }}
124123
test_output_verbosity: minimal
125124
test_run_timeout: 10
126-
run_main: true
127-
run_sql: true
128-
run_extensions: true
125+
run_core: true
126+
run_log4net: true
127+
run_nlog: true
129128
publish_raw_results: false

0 commit comments

Comments
 (0)