mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-04-09 07:14:16 +02:00
Update blank.yml
This commit is contained in:
parent
dd2b2bca2e
commit
a66648bcd4
7
.github/workflows/blank.yml
vendored
7
.github/workflows/blank.yml
vendored
@ -8,7 +8,6 @@ on:
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
Convert:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@ -37,14 +36,14 @@ jobs:
|
||||
opm install asserts
|
||||
opm install 1testrunner
|
||||
|
||||
- name: Выполнить тесты
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os
|
||||
#- name: Выполнить тесты
|
||||
# run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os
|
||||
|
||||
- name: Зашифровать данные обратно
|
||||
if: success() || failure()
|
||||
run: |
|
||||
rm -f ./data.json.gpg
|
||||
gpg --symmetric --cipher-algo AES256 --passphrase "$ENC_JSON" data.json
|
||||
gpg --symmetric --cipher-algo AES256 --passphrase="$ENC_JSON" data.json
|
||||
rm -f ./data.json
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user