Skip to content

Commit

Permalink
Fix tools path for microsoftstore package
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Oct 2, 2023
1 parent ba74f6c commit 9340c1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .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
- subproject: storeapi/go-wrapper/microsoftstore
tools: '../../../tools'

runs-on: ${{ matrix.os }}-latest
steps:
Expand Down Expand Up @@ -65,7 +67,7 @@ jobs:
with:
working-directory: ${{ matrix.subproject }}
go-tags: gowslmock
tools-directory: ../tools
tools-directory: ${{ matrix.tools=='' && '../tools' || matrix.tools }}
golangci-lint-configfile: ../.golangci.yaml
- name: Gettext validation
shell: bash
Expand Down

0 comments on commit 9340c1a

Please sign in to comment.