Skip to content

Make Fail Overflow Test less flaky #136

Make Fail Overflow Test less flaky

Make Fail Overflow Test less flaky #136

Workflow file for this run

name: MicroProfile Reactive Messaging Build
on:
push:
paths-ignore:
- 'editorconfig'
- '.gitattributes'
- '.gitignore'
- 'CONTRIBUTING*'
- 'CODEOWNERS'
- 'KEYS'
- 'LICENSE'
- 'NOTICE'
- 'README*'
- 'site.yaml'
- '*.adoc'
- '*.asciidoc'
pull_request:
paths-ignore:
- 'editorconfig'
- '.gitattributes'
- '.gitignore'
- 'CONTRIBUTING*'
- 'CODEOWNERS'
- 'KEYS'
- 'LICENSE'
- 'NOTICE'
- 'README*'
- 'site.yaml'
- '*.adoc'
- '*.asciidoc'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [11]
name: build with jdk ${{matrix.java}}
steps:
- uses: actions/checkout@v2
name: checkout
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
- uses: actions/setup-java@v1
name: set up jdk ${{matrix.java}}
with:
java-version: ${{matrix.java}}
- name: build with maven
run: mvn -ntp verify