Skip to content

Commit

Permalink
Skip gRPC generation on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Oct 3, 2023
1 parent 1c137af commit 3714773
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
include:
- subproject: agentapi
needs-flutter: true
- os: windows
skip-step: 'generate'

runs-on: ${{ matrix.os }}-latest
steps:
Expand Down Expand Up @@ -67,6 +69,7 @@ jobs:
go-tags: gowslmock
tools-directory: ${{ github.workspace }}/tools
golangci-lint-configfile: ${{ github.workspace }}/.golangci.yaml
skip-step: ${{ matrix.skip-step }}
- name: Gettext validation
shell: bash
working-directory: ${{ matrix.subproject }}
Expand Down

0 comments on commit 3714773

Please sign in to comment.