mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-02-03 13:22:19 +02:00
Update oint_testmaker.os
This commit is contained in:
parent
2d7a925c79
commit
0773a157ab
42
.github/workflows/os/oint_testmaker.os
vendored
42
.github/workflows/os/oint_testmaker.os
vendored
@ -27,31 +27,31 @@
|
||||
ТекстРаботы = "
|
||||
|
|
||||
|Testing-" + Раздел + ":
|
||||
|runs-on: ubuntu-latest
|
||||
|needs: " + Зависимости + "
|
||||
|steps:
|
||||
| runs-on: ubuntu-latest
|
||||
| needs: " + Зависимости + "
|
||||
| steps:
|
||||
|
|
||||
| - uses: actions/checkout@v2
|
||||
| - uses: otymko/setup-onescript@v1.4
|
||||
| with:
|
||||
| version: 1.9.0
|
||||
| - uses: actions/checkout@v2
|
||||
| - uses: otymko/setup-onescript@v1.4
|
||||
| with:
|
||||
| version: 1.9.0
|
||||
|
|
||||
| - name: Получить тестовые данные из кэша
|
||||
| uses: actions/cache/restore@v3
|
||||
| with:
|
||||
| key: test-data
|
||||
| path: ./data.json
|
||||
| - name: Получить тестовые данные из кэша
|
||||
| uses: actions/cache/restore@v3
|
||||
| with:
|
||||
| key: test-data
|
||||
| path: ./data.json
|
||||
|
|
||||
| - name: Установить asserts и 1testrunner
|
||||
| run: |
|
||||
| opm install asserts
|
||||
| opm install 1testrunner
|
||||
| - name: Установить asserts и 1testrunner
|
||||
| run: |
|
||||
| opm install asserts
|
||||
| opm install 1testrunner
|
||||
|
|
||||
| - name: Установить OInt
|
||||
| run: |
|
||||
| cd ./OInt
|
||||
| opm build
|
||||
| opm install *.ospx
|
||||
| - name: Установить OInt
|
||||
| run: |
|
||||
| cd ./OInt
|
||||
| opm build
|
||||
| opm install *.ospx
|
||||
|
|
||||
|";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user