Skip to content

[core] Do not change the current working directory while starting a f… #211

[core] Do not change the current working directory while starting a f…

[core] Do not change the current working directory while starting a f… #211

Workflow file for this run

name: GUI Build Test
on:
workflow_dispatch:
push:
paths:
- '**.js'
- 'gui/**'
- 'package.json'
- 'package-lock.json'
defaults:
run:
shell: bash
working-directory: pipy
jobs:
build-gui:
name: build-gui
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
path: pipy
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Show node version
run: |
node --version
npm --version
- name: Build
run: |
npm install && npm run build