From 366a7faaa56eb1d2277b0fdcadd7924f3458a23f Mon Sep 17 00:00:00 2001 From: Anton Titovets <105596284+Bayselonarrend@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:02:46 +0300 Subject: [PATCH] Create testcl.yml --- .github/workflows/testcl.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/testcl.yml diff --git a/.github/workflows/testcl.yml b/.github/workflows/testcl.yml new file mode 100644 index 0000000000..10126565b7 --- /dev/null +++ b/.github/workflows/testcl.yml @@ -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