treetrail-frontend/.forgejo/workflows/build.yaml
phil a1bb006ff7
Some checks failed
/ test (push) Failing after 2s
Add build action
2024-10-19 12:22:57 +02:00

22 lines
436 B
YAML

on: [push]
jobs:
test:
runs-on: container
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
run_install: false
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- run: ng build