Skip to content

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

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

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

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