Smoke Test cases for widget-installation in newly created tenant. #233
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: Widget unit test skip | |
on: | |
pull_request: | |
paths-ignore: | |
- asset-properties-widget/** | |
branches: | |
- develop | |
jobs: | |
unit-tests: | |
uses: ./.github/workflows/unit-test-widget.yml | |
with: | |
skip_run: true | |
test_command: "" |