Skip to content

docs(1477): fix errors in tab component story #3429

docs(1477): fix errors in tab component story

docs(1477): fix errors in tab component story #3429

Workflow file for this run

name: Run e2e tests
on:
pull_request:
types:
- opened
- reopened
- synchronize # canary on new commit
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # fetch all tags for ship-it
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18
registry-url: "https://registry.npmjs.org"
- name: Install dependencies
run: npm ci
- name: Run tests
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
npm run test