Фикс CI/CD
Some checks failed
Build G365SFU / build (push) Failing after 6m47s

This commit is contained in:
set
2026-03-20 20:13:32 +02:00
parent 1cbe48d327
commit 027626eb2c

View File

@@ -1,4 +1,5 @@
name: Build G365SFU name: Build G365SFU
run-name: Build and Deploy G365SFU
on: on:
push: push:
branches: [ main ] branches: [ main ]
@@ -8,13 +9,6 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install Node.js
run: |
if command -v apt-get &> /dev/null; then
sudo apt-get update && sudo apt-get install -y nodejs npm
elif command -v brew &> /dev/null; then
brew install node
fi
- name: Checkout code - name: Checkout code
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Set up Go - name: Set up Go