Skip to content

Fixed scenario test failure. #2065

Fixed scenario test failure.

Fixed scenario test failure. #2065

Workflow file for this run

name: API Manager Pull Request builder
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- name: Build product-apim with Test.
run: mvn clean install --file pom.xml
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
flags: integration_tests