Skip to content

chore: bump io.gatling:gatling-maven-plugin from 4.10.1 to 4.10.2 in /gatling #16

chore: bump io.gatling:gatling-maven-plugin from 4.10.1 to 4.10.2 in /gatling

chore: bump io.gatling:gatling-maven-plugin from 4.10.1 to 4.10.2 in /gatling #16

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
env:
JAVA_OPTS: "-Xmx4G"
SBT_OPTS: "-Dsbt.ci=true"
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '21'
- name: Build Gatling
working-directory: gatling
run: ./mvnw --batch-mode -Dstyle.color=always --no-transfer-progress test-compile