Skip to content

Update gatling-build-plugin to 6.2.1 (#75) #208

Update gatling-build-plugin to 6.2.1 (#75)

Update gatling-build-plugin to 6.2.1 (#75) #208

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash
jobs:
backend:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '21'
cache: 'sbt'
- name: Compile
env:
# JVM_OPTS: "-Xmx6G" # ignored when .jvmopts is present
SBT_OPTS: "-Dsbt.ci=true"
run: sbt compile