Skip to content

Commit

Permalink
Adding some more tests for install origin and fixing a few codacy iss…
Browse files Browse the repository at this point in the history
…ues.
  • Loading branch information
dllewellyn committed Sep 23, 2023
1 parent 231c256 commit 41b572e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ jobs:
- uses: actions/checkout@v2
- name: Build plugin
run: ./gradlew :safeToRunBuilder:shadowJar --no-daemon
- name: Build InputValidation
run: ./gradlew :safeToRunInternal:build
- name: Build plus
run: ./gradlew :safeToRunPlus:build
- name: Build Logger
run: ./gradlew :safeToRunLogger:build
- name: Build InputValidation
run: ./gradlew :safeToRunInputValidation:build
- name: Build Core
run: ./gradlew :safeToRunCore:build
- name: Run build
run: ./gradlew build assembleDebug assembleDebugAndroidTest --no-daemon
env:
Expand Down

0 comments on commit 41b572e

Please sign in to comment.