Skip to content

Commit

Permalink
ci: add support API V2 client
Browse files Browse the repository at this point in the history
Add the API V2 client directory to the matrix
  • Loading branch information
gibiw committed May 9, 2024
1 parent a2206ed commit e5a5973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gopackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
max-parallel: 5
matrix:
go-version: [ '1.18', '1.19', '1.20', '1.21', '1.22' ]
changed-dir: [ "qase-api-client" ]
changed-dir: [ "qase-api-client", "qase-api-v2-client" ]
name: Project ${{ matrix.changed-dir }} - Go ${{ matrix.go-version }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e5a5973

Please sign in to comment.