Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Add test build debian to build.yml
  • Loading branch information
mboudet authored Sep 18, 2024
1 parent 584a415 commit 489fc3c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v2
Expand All @@ -23,3 +23,7 @@ jobs:

- name: Test
run: go test -v ./...

- name: build_debian
id: debian
uses: genouest/deb-package-action@bookworm

0 comments on commit 489fc3c

Please sign in to comment.