Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 345df5e1 authored by Rafael Tonholo's avatar Rafael Tonholo
Browse files

fix(ci): build cli tools if needed missing checkout and gradle setup

parent 49dbb187
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -76,6 +76,15 @@ jobs:
          filters: |
            cli_tools_changed:
              - 'cli/**'

      - name: Checkout the repo
        if: steps.changes.outputs.cli_tools_changed == 'true'
        uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

      - name: Prepares environment
        if: steps.changes.outputs.cli_tools_changed == 'true'
        uses: ./.github/actions/setup

      - name: Build CLI tools
        # run only if CLI tools were changed
        if: steps.changes.outputs.cli_tools_changed == 'true'