You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the default value of aqa-systemtestsRepo removed it would be better to call function getAqaSystemTestsRepo() only if aqa-systemtestsRepo is not empty and hence function getAqaSystemTestsRepo() do not need to care about the default value.
The default value of aqa-systemtestsRepo is set in aqa-tests/system/common.xml. It is unnecessary to reset it. That is we can deleted this line: https://github.com/adoptium/run-aqa/blob/master/action.yml#L26
With the default value of aqa-systemtestsRepo removed it would be better to call function getAqaSystemTestsRepo() only if
aqa-systemtestsRepo
is not empty and hence function getAqaSystemTestsRepo() do not need to care about the default value.That is move the function call inside a if check block https://github.com/adoptium/run-aqa/blob/master/src/runaqa.ts#L63
Hence
The text was updated successfully, but these errors were encountered: