fix(acs-client): added unit test for validating policy filters for ma… #556
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build-test-facade | |
on: | |
workflow_dispatch: {} | |
push: | |
paths: | |
- 'packages/facade/**' | |
- '.github/workflows/build-test-facade.yaml' | |
- '.github/workflows/base-build-job.yaml' | |
- '.github/workflows/base-test-job.yaml' | |
pull_request: | |
paths: | |
- 'packages/facade/**' | |
- '.github/workflows/build-test-facade.yaml' | |
- '.github/workflows/base-build-job.yaml' | |
- '.github/workflows/base-test-job.yaml' | |
jobs: | |
build: | |
uses: ./.github/workflows/base-build-job.yaml | |
with: | |
package: facade | |
test: | |
needs: build | |
uses: ./.github/workflows/base-test-job.yaml | |
with: | |
package: facade | |
system: true | |
shutdown: facade-srv |