Skip to content

chore: Add archery-commons github actions #2

chore: Add archery-commons github actions

chore: Add archery-commons github actions #2

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