Skip to content

Merge pull request #8 from gatling/update/sbt-sonatype-3.9.21 #25

Merge pull request #8 from gatling/update/sbt-sonatype-3.9.21

Merge pull request #8 from gatling/update/sbt-sonatype-3.9.21 #25

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8'
cache: 'sbt'
- name: Execute sbt build
run: sbt ^scripted