1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-27 21:48:56 +02:00

Update cli_testmaker.os

This commit is contained in:
Anton Titovets 2024-03-28 16:44:03 +03:00
parent 7242476e20
commit b482521fd4

View File

@ -85,12 +85,12 @@
| with: | with:
| path: ./data.json | path: ./data.json
| key: test-data | key: test-data
| |
| - name: Скачать артефакт с исполняемым файлом | - name: Скачать артефакт с исполняемым файлом
| uses: actions/download-artifact@v4 | uses: actions/download-artifact@v4
| with: | with:
| name: oint | name: oint
| |
| - name: JSON в переменные | - name: JSON в переменные
| uses: rgarcia-phi/json-to-variables@v1.1.0 | uses: rgarcia-phi/json-to-variables@v1.1.0
| with: | with:
@ -163,14 +163,14 @@
| Decode: | Decode:
| runs-on: ubuntu-latest | runs-on: ubuntu-latest
| steps: | steps:
| |
| - uses: actions/checkout@v4 | - uses: actions/checkout@v4
| |
| - name: Расшифровать тестовые данные | - name: Расшифровать тестовые данные
| run: gpg --quiet --batch --yes --decrypt --passphrase=""$ENC_JSON"" --output ./data.json ./data.json.gpg | run: gpg --quiet --batch --yes --decrypt --passphrase=""$ENC_JSON"" --output ./data.json ./data.json.gpg
| env: | env:
| ENC_JSON: ${{ secrets.ENC_JSON }} | ENC_JSON: ${{ secrets.ENC_JSON }}
| |
| - name: Кэшировать данные | - name: Кэшировать данные
| uses: actions/cache/save@v3 | uses: actions/cache/save@v3
| with: | with:
@ -202,13 +202,13 @@
| commit_user_email: vitaly.the.alpaca@gmail.com | commit_user_email: vitaly.the.alpaca@gmail.com
| commit_author: Vitaly the Alpaca <vitaly.the.alpaca@gmail.com> | commit_author: Vitaly the Alpaca <vitaly.the.alpaca@gmail.com>
| commit_message: Обновление зашифрованных данных по результатам тестов (workflow) | commit_message: Обновление зашифрованных данных по результатам тестов (workflow)
| |
| - name: Собрать и установить OInt | - name: Собрать и установить OInt
| run: | | run: |
| cd ./OInt | cd ./OInt
| opm build | opm build
| opm install *.ospx | opm install *.ospx
| |
| - name: Собрать бинарник | - name: Собрать бинарник
| run: | | run: |
| cd ./cli | cd ./cli