Skip to content

Commit

Permalink
build(CLI): Build CLI app in CI [STRINGS-536] (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
bikmazefe authored Mar 5, 2025
1 parent 102bfe3 commit 7687bf0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Run CLI Tests
on:
push:
paths:
- .github/workflows/test-cli.yml
- openapi-generator/cli_lang.yaml
- clients/cli/cmd/internal/*
jobs:
Expand All @@ -21,7 +22,11 @@ jobs:
GOPRIVATE: github.com/phrase/phrase-go
run: |
npm install
npm run generate.go
cd ./clients/cli
go mod edit -replace github.com/phrase/phrase-go/v4=../go
npm run generate.cli
go build .
- name: License check
uses: phrase/actions/lawa-ci@v1
with:
Expand Down

0 comments on commit 7687bf0

Please sign in to comment.