mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
Fixing executor
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
version: 2.1
|
||||
|
||||
executors:
|
||||
java17:
|
||||
docker:
|
||||
- image: 'cimg/openjdk:17.0'
|
||||
|
||||
commands:
|
||||
install_java17:
|
||||
steps:
|
||||
@ -62,9 +67,9 @@ commands:
|
||||
|
||||
jobs:
|
||||
mvn_test:
|
||||
executor: default
|
||||
executor: java17
|
||||
steps:
|
||||
- install_java17
|
||||
## - install_java17
|
||||
- mvn_verify
|
||||
|
||||
workflows:
|
||||
|
Reference in New Issue
Block a user