Skip to content

fix: use absolute path from dataFile if provided, otherwise append directory #1269

fix: use absolute path from dataFile if provided, otherwise append directory

fix: use absolute path from dataFile if provided, otherwise append directory #1269

Workflow file for this run

name: Test build
on: [push, pull_request]
jobs:
test_build:
name: Test Build
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
cp CI/ESS/local.config.json src/local.config.json
npm ci
npm run build