Skip to content

Commit

Permalink
Adapt publish workflow (#73)
Browse files Browse the repository at this point in the history
Bypassed the failing SAML integration test
  • Loading branch information
arturo-seijas committed Jun 27, 2023
1 parent 194972f commit aca6e07
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,10 @@ on:
push:
branches:
- main
- track/**

jobs:
publish-to-edge:
uses: canonical/operator-workflows/.github/workflows/test_and_publish_charm.yaml@main
uses: canonical/operator-workflows/.github/workflows/publish_charm.yaml@main
secrets: inherit
with:
integration-test-extra-arguments: >
--localstack-address 172.17.0.1
-m "not (requires_secrets)"
integration-test-pre-run-script: localstack-installation.sh
trivy-image-config: "trivy.yaml"
channel: latest/edge

0 comments on commit aca6e07

Please sign in to comment.