Skip to content

Commit dc3ff34

Browse files
author
Moussa Ouattara
committed
update
1 parent 3c88d34 commit dc3ff34

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/helloworld.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@main
19+
- uses: actions/setup-go@v2
20+
with:
21+
go-version: '^1.13.1' # The Go version to download (if necessary) and use.
22+
- run: |
23+
go test
24+
go build -o ${{ env.APP_NAME }}
1925

2026
# Connect to Azure Container Registry (ACR)
2127
- uses: azure/docker-login@v1

0 commit comments

Comments
 (0)