We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85d27c commit 629d05dCopy full SHA for 629d05d
1 file changed
.github/workflows/build.yml
@@ -20,11 +20,16 @@ jobs:
20
go-version: '1.26'
21
- name: Build
22
run: go build -trimpath ./cmd/docksider
23
+ - name: Test
24
+ run: go test ./...
25
+ - name: Launch
26
+ run: ./docksider --help
27
- name: Upload Artifact
28
uses: actions/upload-artifact@v6
29
with:
30
name: docksider-windows-amd64
31
path: |
32
+ configure-docker-daemon.sh
33
docksider.exe
34
LICENSE
35
README.md
0 commit comments