update e2e to run for both spring-boot and also the docker workbench/server with tomcat #235
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: succed job 'build (11)' | |
| on: pull_request | |
| jobs: | |
| build: | |
| strategy: | |
| fail-fast: true | |
| matrix: | |
| jdk: [ 11 ] | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Always Succeed | |
| run: true |