Skip to content

Commit

Permalink
test uploading binary to artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lornest committed Sep 9, 2023
1 parent b0a2dba commit 00184f2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/server-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Server build & publish
name: Server CI

on:
push:
Expand Down Expand Up @@ -34,3 +34,11 @@ jobs:
- name: Test
run: go test ./...

- name: Build server
run: go build -o digits-server ./...

- name: Upload binary artifact
uses: actions/upload-artifact@v2
with:
name: digits-server
path: digits-server

0 comments on commit 00184f2

Please sign in to comment.