Skip to content

Commit

Permalink
Merge branch 'tomas/ci-pos-tests-protoc' (#1861)
Browse files Browse the repository at this point in the history
* tomas/ci-pos-tests-protoc:
  ci/automation/pos-tests: add protoc
  • Loading branch information
tzemanovic committed Aug 31, 2023
2 parents 9c88da7 + 7c6a55b commit 71d8153
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ jobs:
if: steps.check.outputs.triggered == 'true'
with:
ref: ${{ steps.comment-branch.outputs.head_ref }}
- name: Install Protoc
uses: arduino/setup-protoc@v1
if: steps.check.outputs.triggered == 'true'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run task ${{ matrix.make.name }}
if: steps.check.outputs.triggered == 'true'
run: ${{ matrix.make.command }}

0 comments on commit 71d8153

Please sign in to comment.