Skip to content

Commit

Permalink
Fix CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Nov 18, 2024
1 parent 851e043 commit 00e7573
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ on:
- "ci/*"

jobs:
call-test-workflow:
# uses: ./.github/workflows/test.yml
runs-on: ubuntu-22.04
steps:
- run: |
./gradlew assemble --parallel --no-build-cache -PDISABLE_BUILD_CACHE
call-build-workflow:
uses: ./.github/workflows/build.yml
secrets: inherit

0 comments on commit 00e7573

Please sign in to comment.