Skip to content

Commit 7ba53eb

Browse files
committed
Тестирование OneUnit для dev
1 parent a678273 commit 7ba53eb

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/testing.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
oscript_version: ['dev', 'lts-dev', 'default']
14-
uses: autumn-library/workflows/.github/workflows/test.yml@main
13+
include:
14+
- oscript_version: 'default'
15+
test_engiene: '1testrunner'
16+
- oscript_version: 'stable'
17+
test_engiene: '1testrunner'
18+
- oscript_version: 'dev'
19+
test_engiene: 'oneunit'
20+
uses: autumn-library/workflows/.github/workflows/test.yml@oneunit
1521
with:
16-
oscript_version: ${{ matrix.oscript_version }}
22+
oscript_version: ${{ matrix.oscript_version }}
23+
test_engine: ${{ matrix.test_engiene }}

0 commit comments

Comments
 (0)