Skip to content

chore: bump com.nimbusds:nimbus-jose-jwt from 9.45 to 9.46 in /server… #15

chore: bump com.nimbusds:nimbus-jose-jwt from 9.45 to 9.46 in /server…

chore: bump com.nimbusds:nimbus-jose-jwt from 9.45 to 9.46 in /server… #15

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