fix: deploy pipeline
Some checks failed
Build and Deploy Go App / build (push) Failing after 5m46s
/ test (push) Successful in 2m26s
Build and Deploy Go App / deploy (push) Has been skipped

This commit is contained in:
nihonium 2025-10-08 01:10:57 +03:00
parent a5605262b3
commit ef65158b21
Signed by: nihonium
GPG key ID: 0251623741027CFC

View file

@ -12,11 +12,18 @@ jobs:
container:
image: golang:1.25.0
steps:
- name: Install Node
run: |
apt update
apt-get install -y nodejs
node -v
- name: Checkout code
uses: actions/checkout@v4
- name: Build Go app
run: |
cd modules/server
go mod tidy
go build -o nyanimedb .