mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
QQQ-14 fixed to use executor: localstack/default
This commit is contained in:
@ -40,7 +40,7 @@ commands:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
mvn_test:
|
mvn_test:
|
||||||
executor: java17
|
executor: localstack/default
|
||||||
steps:
|
steps:
|
||||||
- localstack/startup
|
- localstack/startup
|
||||||
- run_maven:
|
- run_maven:
|
||||||
@ -49,7 +49,7 @@ jobs:
|
|||||||
event: fail
|
event: fail
|
||||||
|
|
||||||
mvn_deploy:
|
mvn_deploy:
|
||||||
executor: java17
|
executor: localstack/default
|
||||||
steps:
|
steps:
|
||||||
- localstack/startup
|
- localstack/startup
|
||||||
- run_maven:
|
- run_maven:
|
||||||
|
Reference in New Issue
Block a user