Skip to content

fix: Use port 8080 for nginx #248

fix: Use port 8080 for nginx

fix: Use port 8080 for nginx #248

Workflow file for this run

name: Test and Build
on: pull_request
jobs:
test-and-build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected]
with:
submodules: 'true'
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: "18.x"
- name: Install and Test OpenSCD
run: |
npm ci
npm run-script build
cd packages/compas-open-scd
npm run-script test