We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae5e09 commit 175dbe8Copy full SHA for 175dbe8
1 file changed
.github/workflows/test.yml
@@ -21,12 +21,9 @@ jobs:
21
uses: autumn-library/workflows/.github/workflows/test.yml@main
22
strategy:
23
fail-fast: false
24
- matrix:
25
- os: [ubuntu-latest, windows-latest, macos-latest]
26
with:
27
test_engine: oneunit
28
test_recursive: true
29
test_log_mod: summary
30
test_dir_paths: tests
31
oscript_version: default
32
- os_versions: ${{ matrix.os }}
0 commit comments