Skip to content

Commit

Permalink
Exclude the export task from running on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcgvr authored Nov 26, 2024
1 parent 7353a4f commit 7ef7f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:

- name: Build with Gradle
working-directory: ${{ matrix.folder }}
run: ./gradlew build --info
run: ./gradlew build --exclude-task ":app:export"

0 comments on commit 7ef7f2f

Please sign in to comment.