Skip to content

Bump net.bytebuddy:byte-buddy from 1.14.19 to 1.15.11 (#715) #76

Bump net.bytebuddy:byte-buddy from 1.14.19 to 1.15.11 (#715)

Bump net.bytebuddy:byte-buddy from 1.14.19 to 1.15.11 (#715) #76

Workflow file for this run

name: "Backend: Main: Build and test"
on:
push:
branches: [ "main" ]
paths:
- "pom.xml"
- "contract/**"
- "api/**"
- "serde-api/**"
permissions:
contents: read
checks: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-and-test:
uses: ./.github/workflows/backend_tests.yml
with:
event_name: ${{ github.event_name }}