Skip to content

fix: reflect channel config besides user permissions in AttachmentSel… #7506

fix: reflect channel config besides user permissions in AttachmentSel…

fix: reflect channel config besides user permissions in AttachmentSel… #7506

Workflow file for this run

name: Test
on: [push]
jobs:
tsc:
runs-on: ubuntu-latest
name: TypeScript
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
- name: 🧪 tsc
run: yarn types
test:
runs-on: ubuntu-latest
name: Lint & test with Node
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
- name: Build SDK
run: yarn build
- name: 🧪 Lint and test with Node ${{ env.NODE_VERSION }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
yarn lint
yarn coverage
yarn validate-translations
- name: 🧪 Validate CommonJS bundle with Node ${{ env.NODE_VERSION }}
run: yarn validate-cjs