vylbot-app/.forgejo/workflows/test.yml
RenovateBot 56a7d98064
All checks were successful
Test / build (push) Successful in 5s
Update actions/checkout action to v4
2024-04-28 23:03:14 +00:00

24 lines
353 B
YAML

name: Test
on:
push:
branches:
- feature/*
- hotfix/*
- renovate/*
jobs:
build:
environment: stage
runs-on: node
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 18.x
- run: npm ci
- run: npm run build
- run: npm test