Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayselonarrend committed Apr 10, 2024
2 parents fb1c7a1 + 722e14c commit c2ef11b
Show file tree
Hide file tree
Showing 2 changed files with 277 additions and 271 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/cli_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
--chat "${{ env.json_Telegram_ChannelID }}" \
--text "Тестовый текст" \
--keyboard "" \
--parsemode "" \



Expand All @@ -150,6 +151,7 @@ jobs:
--text "Тестовый текст" \
--picture "${{ env.json_Picture }}" \
--keyboard "" \
--parsemode "" \



Expand All @@ -163,6 +165,7 @@ jobs:
--text "Тестовый текст" \
--video "${{ env.json_Video }}" \
--keyboard "" \
--parsemode "" \



Expand All @@ -176,6 +179,7 @@ jobs:
--text "Тестовый текст" \
--audio "${{ env.json_Audio }}" \
--keyboard "" \
--parsemode "" \



Expand All @@ -189,6 +193,7 @@ jobs:
--text "Тестовый текст" \
--doc "${{ env.json_Document }}" \
--keyboard "" \
--parsemode "" \



Expand All @@ -202,6 +207,7 @@ jobs:
--text "Тестовый текст" \
--gif "${{ env.json_GIF }}" \
--keyboard "" \
--parsemode "" \



Expand All @@ -220,7 +226,6 @@ jobs:
--chat "${{ env.json_Telegram_ChannelID }}" \
--text "Тестовый текст" \
--media "mediagroup.json" \
--keyboard "" \



Expand Down Expand Up @@ -1850,6 +1855,7 @@ jobs:
./oint_bin notion ИзменитьСвойстваБазы --debug --test \
--token "" \
--base "" \
--props "" \
--title "Тест" \
--description "Тестовое описание" \

Expand Down
Loading

0 comments on commit c2ef11b

Please sign in to comment.