1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00
Files
OpenIntegrations/.github/workflows/testcl.yml
T
Anton Titovets 4695fd0adb Update testcl.yml
2024-10-28 16:08:24 +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.15.1/oint_1.15.1_all_ru.deb' &&
sudo dpkg -i "$TEMP_DEB"
rm -f "$TEMP_DEB"
- name: Тест
run: sudo oint