This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: api tests | |
| # Тригер: ручний запуск через GitHub UI або API. | |
| # Дозволяє передати URL цільового API і кількість паралельних воркерів | |
| # без зміни коду воркфлоу — зручно для запуску тестів на різних оточеннях. | |
| on: | |
| workflow_dispatch: | |
| inputs: | |
| url: | |
| description: "URL of the API to test" |