Skip to content

Commit

Permalink
Try to build all changed services
Browse files Browse the repository at this point in the history
  • Loading branch information
gchristov committed Oct 18, 2024
1 parent 5457b65 commit 16c5bcf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ jobs:
echo SLACK_SIGNING_SECRET="$SLACK_SIGNING_SECRET" >> ./slack/domain/secrets.properties
echo SLACK_CLIENT_ID="$SLACK_CLIENT_ID" >> ./slack/domain/secrets.properties
echo SLACK_CLIENT_SECRET="$SLACK_CLIENT_SECRET" >> ./slack/domain/secrets.properties
- name: Print service
env:
service: ${{ matrix.service }}
- name: Build service
run: |
echo "$service"
set -o pipefail &&
cd ${{ matrix.service }} &&
./gradlew --no-daemon assemble &&
cd ..

0 comments on commit 16c5bcf

Please sign in to comment.