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

Unverified Commit da134caa authored by Rafael Tonholo's avatar Rafael Tonholo Committed by GitHub
Browse files

Merge pull request #9811 from rafaeltonholo/ci/add-missing-step-to-build-cli-tools

fix(ci): build cli tools if needed missing checkout and gradle setup
parents 4d841529 345df5e1
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'