Skip to content

Update gatling-sbt to 4.11.1 #88

Update gatling-sbt to 4.11.1

Update gatling-sbt to 4.11.1 #88

Workflow file for this run

name: Test scala
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup Scala
uses: olafurpg/setup-scala@v13
with:
java-version: [email protected]
- name: Test
run: sbt clean compile