Skip to content

Build into ../src/client for web server access #36

Build into ../src/client for web server access

Build into ../src/client for web server access #36

Workflow file for this run

# Temporary workflow for this branch -- we may want to build the client in the main
# workflow (cibuild.yml).
name: OTP Client CI build
on:
push:
branches:
- debug-client-next
pull_request:
branches:
- debug-client-next
jobs:
build-linux:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Build and test
working-directory: ./client-next
run: |
npm install
npm run build