Skip to content

fix: Fix the usage of pivot type with all pivot options #25

fix: Fix the usage of pivot type with all pivot options

fix: Fix the usage of pivot type with all pivot options #25

Workflow file for this run

name: archery-commons
on:
push:
branches:
- '**'
- "!main"
paths:
- archery/**
- .github/workflows/archery-commons.yml
jobs:
build:
uses: ./.github/workflows/maven-build.yml
with:
service: archery-commons
test:
needs: [build]
uses: ./.github/workflows/maven-test.yml
with:
service: archery-commons
secrets: inherit