Skip to content

Fix tests

Fix tests #149

Workflow file for this run

name: CI Hyperfoil Image build for pull requests
on:
pull_request:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup java
uses: actions/setup-java@v2
with:
cache: 'maven'
java-version: 17
distribution: 'temurin' # Eclipse Temurin, the new home for AdoptOpenJDK
- name: Build the Hyperfoil Receiver image
run: cd vertx-receiver && mvn clean install