Files
autodoc/.gitea/workflows/tests.yaml
T
Iisyourdad 3bcac9f673
Template tests / tests (push) Failing after 15s
Repair Electron startup and install CI deps
2026-06-10 19:01:58 -05:00

24 lines
371 B
YAML

name: Template tests
on:
push:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
tests:
runs-on: MOMP
steps:
- name: Checkout repository
uses: https://gitea.com/actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Run template tests
run: bash tests/run_test.sh