Skip to content

Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.1.0 to 2.3.0 #1199

Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.1.0 to 2.3.0

Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.1.0 to 2.3.0 #1199

name: bridge-logistics-app-pull-request
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 19
uses: actions/setup-java@v3
with:
java-version: '19'
distribution: 'adopt'
- name: Build Maven
run: make build-maven
- name: Test Maven
run: make test-maven
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
- name: Build Node JS and Test
run: make build-npm && npm i -g jest && make test-node