Эксперимент с workflow
All checks were successful
/ test (push) Successful in 20s

This commit is contained in:
Alexander NeonXP Kiryukhin 2024-08-07 22:28:46 +03:00
parent d74e5f27a6
commit 0e561f83e4
Signed by: NeonXP
GPG key ID: 35E33E1AB7776B39

View file

@ -0,0 +1,19 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- uses: https://code.forgejo.org/actions/checkout@v3
with:
fetch-depth: 0
- uses: https://code.forgejo.org/actions/setup-go@v4
with:
go-version-file: "go.mod"
- name: Install dependencies
run: go mod download
- name: Build go
run: go build -o serv -v ./...
- uses: https://code.forgejo.org/actions/upload-artifact@v4
with:
name: serv
path: releases/serv