Skip to content

Merge pull request #1308 from bldrs-ai/1296-mobile-drawer-tabs-dont-a… #3916

Merge pull request #1308 from bldrs-ai/1296-mobile-drawer-tabs-dont-a…

Merge pull request #1308 from bldrs-ai/1296-mobile-drawer-tabs-dont-a… #3916

Workflow file for this run

name: Build & Unit Tests (jest)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
env:
SHARE_CONFIG: dev
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Create temporary .npmrc for GitHub Actions
run: |
echo "@bldrs-ai:registry=https://npm.pkg.github.com" > .npmrc
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc
- name: Run a multi-line script
run: |
echo Running tests
yarn install
yarn lint
yarn test