1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-02 20:52:28 +02:00
Files
OpenIntegrations/.github/workflows/testcl.yml
T
2026-01-11 12:36:23 +03:00

22 lines
475 B
YAML

name: TEST CLI
# Controls when the workflow will run
on:
workflow_dispatch:
jobs:
Testing:
runs-on: ubuntu-latest
steps:
- name: Установить OInt
run: |
TEMP_DEB="$(mktemp)" &&
wget -O "$TEMP_DEB" 'https://api.athenaeum.digital/tc/job/Release/lastSuccessfulBuild/artifact/1.32.0/oint_1.32.0_all_ru.deb' &&
sudo dpkg -i "$TEMP_DEB"
rm -f "$TEMP_DEB"
- name: Тест
run: sudo oint