Skip to content

chore: add dockerfiles used for building jmeter images #136

chore: add dockerfiles used for building jmeter images

chore: add dockerfiles used for building jmeter images #136

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
pull_request:
jobs:
check-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: |
cd machmeter
mvn clean package -P assembly