Тест автоматической сборки сайта
Some checks failed
/ test (push) Failing after 1m55s

This commit is contained in:
Иван Кузьменко 2025-07-14 03:59:35 +03:00
parent fcdb7a7e4c
commit 52d7b155a0

View file

@ -0,0 +1,25 @@
on:
push:
branches:
- master
jobs:
test:
runs-on: docker
container:
image: docker.io/library/node:24-alpine
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
github-server-url: 'https://teasanctuary.ru/git'
- name: Install dependencies
run: npm i --include=dev
- name: Build frontend
run: npm run build
- uses: actions/upload-artifact@v3
with:
name: website
path: build/