Skip to content

Commit

Permalink
try same job
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd committed Feb 12, 2024
1 parent d1b1f8f commit f5c464f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ jobs:
java-version: 17
cache: 'gradle'
# FIXME - we will need to migrate this to ECR to avoid throttle limits from dockerhub, for now rebuild the images during CI
- name: Configure Docker Images
run: |
./docker-images/build-all.sh
docker images
# - name: Configure Docker Images
# run: |
# ./docker-images/build-all.sh
# docker images
- name: Build and Test ${{ env.PACKAGE_NAME }}
run: |
./docker-images/build-all.sh
docker images
./gradlew apiCheck
./gradlew allTests
Expand Down

0 comments on commit f5c464f

Please sign in to comment.