vylbot-app/.forgejo/workflows/test.yml
Ethan Lane d56a301757
All checks were successful
Test / build (push) Successful in 13s
Add hotfix and release ci pipelines
2025-01-03 18:24:52 +00:00

23 lines
No EOL
358 B
YAML

name: Test
on:
push:
branches:
- feature/*
- renovate/*
jobs:
build:
environment: stage
runs-on: node
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 18.x
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test