Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayselonarrend committed Mar 23, 2024
2 parents d4fc5e4 + a2aaff1 commit 33b8dfc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/cli_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,16 @@ jobs:
opm install asserts
opm install osparser
- name: Сформировать список методов ОПИ
- name: Сформировать список методов ОПИ -> CLI
run: oscript ./cli/parse.os

- name: Записать измененный список методов CLI
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_user_name: Vitaly the Alpaca (bot)
commit_user_email: [email protected]
commit_author: Vitaly the Alpaca <[email protected]>
commit_message: Обновление зашифрованных данных по результатам тестов (workflow)

- name: Собрать и установить OInt
run: |
Expand Down

0 comments on commit 33b8dfc

Please sign in to comment.