Skip to content

Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /web #48

Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /web

Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /web #48

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Java JDK
uses: actions/[email protected]
with:
java-version: 21
distribution: temurin
- name: Test
run: ./gradlew clean check
build:
needs: test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Java JDK
uses: actions/[email protected]
with:
java-version: 21
distribution: temurin
- name: Build
run: ./gradlew clean build -x check -x intTest