Update build
All checks were successful
CI / build (push) Successful in 30s

This commit is contained in:
Andrey Kernichniy 2026-03-02 23:52:14 +07:00
parent 71d5894598
commit 1c2f4051c7
7 changed files with 225 additions and 4 deletions

View file

@ -3,11 +3,10 @@ name: CI
on:
push:
branches: [main]
workflow_dispatch: # позволяет запускать вручную
workflow_dispatch:
jobs:
test:
# Название runnerа, который у тебя настроен
build:
runs-on: [docker]
steps:
@ -20,4 +19,13 @@ jobs:
node-version: '20'
- name: Install dependencies
run: npm install
run: npm ci
- name: Build
run: npm run build
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: gxc-renderer-base
path: ./dist/