Add xgotext CLI tool installation to build process
This commit is contained in:
parent
60d22914a5
commit
362a1d6915
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -25,8 +25,11 @@ jobs:
|
|||
run: |
|
||||
go get -v -u -t -d ./...
|
||||
|
||||
- name: Build
|
||||
- name: Build package
|
||||
run: go build -v .
|
||||
|
||||
- name: Install xgotext CLI
|
||||
run: go install -v github.com/leonelquinteros/gotext/cli/xgotext
|
||||
|
||||
- name: Test
|
||||
run: go test -v -race ./...
|
||||
|
|
Loading…
Reference in a new issue