Skip to content

Bump org.apache.maven.plugins:maven-release-plugin from 3.0.0 to 3.3.0 #38

Bump org.apache.maven.plugins:maven-release-plugin from 3.0.0 to 3.3.0

Bump org.apache.maven.plugins:maven-release-plugin from 3.0.0 to 3.3.0 #38

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]