Эксперимент с workflow
Some checks failed
/ test (push) Failing after 37s

This commit is contained in:
Alexander NeonXP Kiryukhin 2024-08-07 22:33:21 +03:00
parent 4eda644766
commit 287e25c1d3
Signed by: NeonXP
GPG key ID: 35E33E1AB7776B39

View file

@ -3,7 +3,7 @@ jobs:
test: test:
runs-on: docker runs-on: docker
steps: steps:
- uses: actions/checkout@v3 - uses: https://code.forgejo.org/actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: https://code.forgejo.org/actions/setup-go@v4 - uses: https://code.forgejo.org/actions/setup-go@v4
@ -15,5 +15,5 @@ jobs:
- name: Build go - name: Build go
run: | run: |
go build -o serv -v ./... go build -o serv -v ./...
- uses: actions/upload-artifact@v4 - uses: https://code.forgejo.org/actions/upload-artifact@v4
name: serv name: serv