Skip to content

Commit 621c512

Browse files
committed
Исправлен workflow тестирования
1 parent 167a571 commit 621c512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13+
oscript_version: ['default', 'stable']
14+
test_engine: ['1testrunner']
1315
include:
14-
- oscript_version: ['default', 'stable']
15-
test_engine: '1testrunner'
1616
- oscript_version: 'dev'
1717
test_engine: 'oneunit'
1818
uses: autumn-library/workflows/.github/workflows/test.yml@main

0 commit comments

Comments
 (0)