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

Create testcl.yml

This commit is contained in:
Anton Titovets 2024-10-28 16:02:46 +03:00 committed by GitHub
parent 2f2cd16393
commit 366a7faaa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

21
.github/workflows/testcl.yml vendored Normal file
View File

@ -0,0 +1,21 @@
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: oint