Skip to content

ifactory-ys - changes/additions to components. #1972

ifactory-ys - changes/additions to components.

ifactory-ys - changes/additions to components. #1972

Workflow file for this run

name: Test
on:
pull_request:
branches: ['main', 'develop']
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install
run: npm ci
env:
YALESITES_BUILD_TOKEN: ${{ secrets.YALESITES_BUILD_TOKEN }}
- run: npm run test