fix(addon-commerce): InputCardGroup
fix for older Safari
#8828
Workflow file for this run
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: ⚙️ Bundle size | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
jobs: | |
tracking: | |
if: ${{ !contains(github.head_ref, 'release/') }} | |
runs-on: ubuntu-latest | |
steps: | |
- uses: taiga-family/ci/actions/setup/[email protected] | |
- uses: taiga-family/ci/actions/setup/[email protected] | |
- uses: taiga-family/ci/actions/setup/[email protected] | |
- run: npx nx prerender demo | |
- run: npx --yes bundlemon --config .github/.bundlemonrc.json | |
continue-on-error: true | |
env: | |
CI_COMMIT_SHA: ${{ env.CI_COMMIT_SHA }} |