Skip to content

Bump junit.jupiter.version from 6.0.3 to 6.1.0 #133

Bump junit.jupiter.version from 6.0.3 to 6.1.0

Bump junit.jupiter.version from 6.0.3 to 6.1.0 #133

name: Test Build
on:
pull_request:
branches:
- main
jobs:
build:
uses: ./.github/workflows/callable-build.yaml
with:
version: '999.0.0-SNAPSHOT'
secrets: inherit
test-deb:
needs: build
uses: ./.github/workflows/callable-test-deb.yaml
with:
version: '999.0.0-SNAPSHOT'
test-docker:
needs: build
uses: ./.github/workflows/callable-test-docker-build.yaml
with:
version: '999.0.0-SNAPSHOT'