Skip to content

chore(deps): update dependency io.gatling:gatling-maven-plugin to v4.8.2 #181

chore(deps): update dependency io.gatling:gatling-maven-plugin to v4.8.2

chore(deps): update dependency io.gatling:gatling-maven-plugin to v4.8.2 #181

name: boot-choas-monkey
on:
push:
paths:
- "boot-choas-monkey/**"
branches: [main]
pull_request:
paths:
- "boot-choas-monkey/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: boot-choas-monkey
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: 21
distribution: "temurin"
cache: "maven"
- name: Build and analyze
run: ./mvnw clean package