Skip to content

Commit

Permalink
Create testcl.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayselonarrend authored Oct 28, 2024
1 parent 2f2cd16 commit 366a7fa
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/testcl.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 366a7fa

Please sign in to comment.