mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-12 02:58:20 +00:00
test
This commit is contained in:
parent
7da6b30706
commit
38d2c59b99
1 changed files with 8 additions and 1 deletions
9
.github/workflows/.release.yml
vendored
9
.github/workflows/.release.yml
vendored
|
@ -23,7 +23,14 @@ jobs:
|
|||
go-version: 1.17
|
||||
-
|
||||
name: test
|
||||
run: pwd ; ls
|
||||
run: |
|
||||
go run main.go completion bash > bash-completion
|
||||
go run main.go completion zsh > zsh-completion
|
||||
go run main.go completion fish > fish-completion
|
||||
mkdir man
|
||||
go run main.go gendoc --type man
|
||||
pwd
|
||||
ls
|
||||
-
|
||||
name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue