Skip to content

updating build script #50

updating build script

updating build script #50

Workflow file for this run

name: Idea Test Suite
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install dependencies
run: yarn
- name: Building code
run: yarn build:temple
- name: Run tests
run: yarn test