merge working ci/cd into master #1

Merged
nihonium merged 20 commits from cicd into master 2025-10-08 21:19:12 +03:00
Showing only changes of commit 01d7683aed - Show all commits

View file

@ -13,12 +13,21 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v6
with:
go-version: '^1.25'
- name: Build Go app
run: |
cd modules/server
go mod tidy
go build -o nyanimedb .
- uses: actions/upload-artifact@v4
with:
name: nyanimedb
path: nyanimedb
- name: Build Docker image
run: |
cd modules/server