Skip to content

IBX-10853: Toggle (#65) #154

IBX-10853: Toggle (#65)

IBX-10853: Toggle (#65) #154

Workflow file for this run

name: Frontend build
on:
push:
paths:
- "**.js"
- "**.ts"
branches:
- main
- '[0-9]+.[0-9]+'
pull_request:
paths:
- "**.js"
- "**.ts"
jobs:
frontend-test:
name: Frontend build test
runs-on: "ubuntu-24.04"
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: yarn install
- run: yarn ids-prepare-dev-env
- run: yarn test