Skip to content

Enhancement: Replace Prop-based "info links" with slottable links #3660

Enhancement: Replace Prop-based "info links" with slottable links

Enhancement: Replace Prop-based "info links" with slottable links #3660

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