gxc-renderer-base/.forgejo/workflows/ci.yml
Andrey Kernichniy a00f63b57b
All checks were successful
CI / build (push) Successful in 48s
CI / publish_artefact (push) Successful in 28s
Update build
2026-03-02 23:39:35 +07:00

36 lines
720 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: CI
on:
push:
branches: [main]
workflow_dispatch: # позволяет запускать вручную
jobs:
build:
# Название runnerа, который у тебя настроен
runs-on: [docker]
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
publish_artefact:
runs-on: [docker]
steps:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: gxc-renderer-base
path: dist/