Skip to content

removed nx cloud workflow from gh actions #6

removed nx cloud workflow from gh actions

removed nx cloud workflow from gh actions #6

Workflow file for this run

name: Generate Railroad
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm run build:railroad