Skip to content

Commit 9e189d6

Browse files
committed
upd
1 parent 8be24be commit 9e189d6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [ubuntu-latest, windows-latest, macos-latest]
26-
oscript_version: [default]
2726
with:
2827
test_engine: oneunit
2928
test_recursive: true
30-
oscript_version: ${{ matrix.oscript_version }}
29+
test_log_mod: summary
30+
test_dir_paths: tests
31+
oscript_version: default

0 commit comments

Comments
 (0)