Skip to content

Commit

Permalink
Настройка тестирования
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Oct 21, 2024
1 parent 7e383c3 commit a22a972
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 15 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Тестирование

on:
push:
pull_request:
workflow_dispatch:

jobs:
test:
strategy:
fail-fast: false
matrix:
oscript_version: ['dev', 'lts-dev', 'default']
uses: autumn-library/workflows/.github/workflows/test.yml@main
with:
oscript_version: ${{ matrix.oscript_version }}
8 changes: 4 additions & 4 deletions packagedef
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@


Описание.Имя("autumn-annotation-types")
.Версия("1.0.2")
.Версия("1.1.0")
.Автор("nikita ivanchenko")
.АдресАвтора("https://github.com/Nivanchenko")
.Описание("Набор аннотаций ОСени, для удобной инициализации стандартных типов")
.ВерсияСреды("1.8.3")
.ВерсияСреды("1.9.2")
.ВключитьФайл("src")
.ВключитьФайл("package-loader.os")
.ЗависитОт("autumn", "3.1.3")

.ЗависитОт("autumn", "4.3.4")
;

This file was deleted.

2 changes: 2 additions & 0 deletions tasks/oscript.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
lib.system=../oscript_modules
systemLanguage=ru

0 comments on commit a22a972

Please sign in to comment.