Skip to content

Adding initial summary section to the import boost page (#620) #214

Adding initial summary section to the import boost page (#620)

Adding initial summary section to the import boost page (#620) #214

Workflow file for this run

name: Prime Tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: cd shared && yarn install && yarn build && cd ../prime && yarn install && yarn test