Skip to content

Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /ui #636

Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /ui

Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /ui #636

Workflow file for this run

name: test openmanage
on: [pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'zulu'
cache: 'maven'
- name: test openmanage
run: |
export FLOWGATEPWD=$PWD
cd $FLOWGATEPWD/flowgate-common
sudo mvn clean install
cd $FLOWGATEPWD/common-restclient
sudo mvn clean install
cd $FLOWGATEPWD/worker-jobs
sudo mvn clean install
cd $FLOWGATEPWD/openmanage
sudo mvn clean test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
flags: openmanage
name: codecov-openmanage
fail_ci_if_error: true