Skip to content

chore(demo-playwright): add Playwright #6710

chore(demo-playwright): add Playwright

chore(demo-playwright): add Playwright #6710

Workflow file for this run

name: 🚀 Deploy / preview
on: pull_request
env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
jobs:
build_and_preview:
if: ${{ !contains(github.head_ref, 'release/') }}
name: Firebase
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup global variables
uses: ./.github/actions/variables
- name: Setup Node.js and Cache
uses: ./.github/actions/nodejs
- run: npx nx build demo --base-href='/'
- 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:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_TAIGA_UI }}
projectId: taiga-ui
expires: 1d
concurrency:
group: firebase-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true