Skip to content

Commit 629d05d

Browse files
committed
Add steps to the workflow
1 parent f85d27c commit 629d05d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,16 @@ jobs:
2020
go-version: '1.26'
2121
- name: Build
2222
run: go build -trimpath ./cmd/docksider
23+
- name: Test
24+
run: go test ./...
25+
- name: Launch
26+
run: ./docksider --help
2327
- name: Upload Artifact
2428
uses: actions/upload-artifact@v6
2529
with:
2630
name: docksider-windows-amd64
2731
path: |
32+
configure-docker-daemon.sh
2833
docksider.exe
2934
LICENSE
3035
README.md

0 commit comments

Comments
 (0)