Skip to content

HAI-461 Add studySupport rel to Quizzes #71

HAI-461 Add studySupport rel to Quizzes

HAI-461 Add studySupport rel to Quizzes #71

Workflow file for this run

name: CI
on: pull_request
jobs:
test:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: Brightspace/third-party-actions@actions/checkout
- uses: Brightspace/third-party-actions@actions/setup-node
with:
node-version-file: .nvmrc
- name: Install dependencies
run: npm install
- name: Build
run: npm run build