I'm using Katalon for Azure DevOps Pipeline.
The yaml is
- task: katalonTask@1
testSuitePath="Test Suites/TEST" -executionProfile="default" -apiKey="509XXX-92fb-XXX-af2f-XXXXXXXXXX"'
when I run the pipeline I have a log that says
Activating...
Start activating offline...
Search for valid offline licenses in folder: C:\Users\VssAdministrator\.katalon\license
The number of valid offline licenses: 0
Offline activation failed.
Start activating online
so I understand the license is getting online from the API key I received, is this license will expire after a couple of runs?