Skip to content

configured cms locally for exec screen #18

configured cms locally for exec screen

configured cms locally for exec screen #18

Workflow file for this run

name: Build DEV
on:
push:
branches-ignore:
- "main"
jobs:
BuildApp:
runs-on: ubuntu-latest
environment: DEV
defaults:
run:
working-directory: ./web
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn
- run: yarn test
- name: Build
run: yarn build