Skip to content

IYY:297: Create new "Coral" Theme #2040

IYY:297: Create new "Coral" Theme

IYY:297: Create new "Coral" Theme #2040

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