Skip to content

chore: upgrade gatling-enterprise-plugin-commons to 1.9.1 #300

chore: upgrade gatling-enterprise-plugin-commons to 1.9.1

chore: upgrade gatling-enterprise-plugin-commons to 1.9.1 #300

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '21'
cache: 'maven'
- name: Print Java version
run: java -version
- name: Build
run: mvn --no-transfer-progress -B clean verify
- name: Clean before caching
run: find ~/.m2 -name "_remote.repositories" | xargs --no-run-if-empty rm