Skip to content

test(extension): lw-10411 test for nft as avatar #70

test(extension): lw-10411 test for nft as avatar

test(extension): lw-10411 test for nft as avatar #70

Workflow file for this run

name: Chromatic deploy packages/core
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
- packages/core/**
push:
paths:
- packages/core/**
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
chromatic-deployment:
name: Chromatic Core
if: github.event.pull_request.draft == false
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js and install dependencies
uses: ./.github/actions/install
with:
WALLET_PASSWORD: ${{ secrets.WALLET_PASSWORD_TESTNET }}
- name: Build
run: yarn workspaces foreach -Rpt -v --from '@lace/core' run build
- name: Chromatic packages-core
uses: ./.github/actions/chromatic
with:
DIR: packages/core
NAME: packages-core
TOKEN: ${{ secrets.CHROMATIC_LACE_CORE_TOKEN }}