Skip to content

Bump follow-redirects from 1.15.4 to 1.15.6 in /ui #635

Bump follow-redirects from 1.15.4 to 1.15.6 in /ui

Bump follow-redirects from 1.15.4 to 1.15.6 in /ui #635

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