1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-13 20:05:19 +02:00
This commit is contained in:
Anton
2024-03-17 21:45:36 +03:00

View File

@@ -61,6 +61,12 @@ jobs:
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
name: test_data name: test_data
- name: Сборка пакета OInt
run: |
cd ./OInt
opm build
opm install oint-1.5.0.ospx
- name: Установить asserts и 1testrunner - name: Установить asserts и 1testrunner
run: | run: |