[mercury][dialog] Add border-color and border-radius to Dialog …
#1714
This file contains hidden or 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: CI | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| install-unanimo: | |
| uses: genexuslabs/design-systems/.github/workflows/install-and-deploy.yml@main | |
| with: | |
| node-version: "20.x" | |
| cache: true | |
| common-tests: false | |
| publish: false | |
| package: "packages/unanimo" | |
| install-mercury: | |
| uses: genexuslabs/design-systems/.github/workflows/install-and-deploy.yml@main | |
| with: | |
| node-version: "20.x" | |
| cache: true | |
| common-tests: false | |
| publish: false | |
| package: "packages/mercury" | |
| install-svg-sass-generator: | |
| uses: genexuslabs/design-systems/.github/workflows/install-and-deploy.yml@main | |
| with: | |
| node-version: "20.x" | |
| cache: true | |
| common-tests: false | |
| publish: false | |
| package: "packages/svg-sass-generator" |