Skip to content

Commit

Permalink
ci: adjusted to updated CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus49 committed Apr 12, 2024
1 parent 2fa4b59 commit fcd89ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ jobs:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
uses: openmfp/gha/.github/workflows/pipeline-golang-app.yml@feat/allow-local-coverage-configuration
uses: openmfp/gha/.github/workflows/pipeline-golang-app.yml@main
secrets: inherit
with:
imageTagName: ghcr.io/openmfp/account-operator
useMake: true
useLocalCoverageConfig: true

0 comments on commit fcd89ca

Please sign in to comment.