Skip to content

Feature #3417 - Implement tuiDropdownDirectionChange & tuiHintDirectionChange (New branch with clean git history) #16903

Feature #3417 - Implement tuiDropdownDirectionChange & tuiHintDirectionChange (New branch with clean git history)

Feature #3417 - Implement tuiDropdownDirectionChange & tuiHintDirectionChange (New branch with clean git history) #16903

Workflow file for this run

name: 🚀 Deploy / preview
on: pull_request
jobs:
build_and_preview:
if: ${{ !contains(github.head_ref, 'release/') }}
name: Firebase
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx build demo
- name: Debug output
run: tree dist/demo/browser -P '*.html'
- name: Deploy preview
uses: FirebaseExtended/action-hosting-deploy@v0
if: env.IS_OWNER_MODE == 'true'
with:
channelId: pr${{ github.event.number }}-${{ github.head_ref }}-demo
firebaseServiceAccount: ${{ secrets.FIREBASE_TAIGA_PREVIEWS_SA }}
repoToken: ${{ secrets.GITHUB_TOKEN }}
projectId: taiga-previews
target: taiga-previews-demo
expires: 1d
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true