Skip to content

Bump org.slf4j:jcl-over-slf4j from 1.7.36 to 2.0.17 #35

Bump org.slf4j:jcl-over-slf4j from 1.7.36 to 2.0.17

Bump org.slf4j:jcl-over-slf4j from 1.7.36 to 2.0.17 #35

Workflow file for this run

name: Integration Tests
on:
workflow_dispatch:
push:
branches:
- develop
pull_request:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
cache: maven
- name: Build with Maven
env:
B2_ACCOUNT_ID: ${{ secrets.B2_ACCOUNT_ID }}
B2_APPLICATION_KEY: ${{ secrets.B2_APPLICATION_KEY }}
run: mvn --no-transfer-progress --batch-mode test
- name: Publish Test Report
if: ${{ always() }}
uses: scacap/[email protected]