Skip to content

Commit

Permalink
fix: credentials 주입 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings committed Aug 17, 2024
1 parent 6e9025f commit fde9cb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
echo "${APPLICATION_SECRET_PROPERTIES}" > ./${{ env.MODULE }}/src/main/resources/application-secret.properties
- name: Build ${{ env.MODULE }} module
run: ./gradlew :${{ env.MODULE }}:build
run: ./gradlew :${{ env.MODULE }}:build -i

# - name: Run tests:${{ env.MODULE }}
# run: ./gradlew :${{ env.MODULE }}:test
- name: Run tests:${{ env.MODULE }}
run: ./gradlew :${{ env.MODULE }}:test -i

- name: login github container registry
uses: docker/login-action@v2
Expand Down

0 comments on commit fde9cb5

Please sign in to comment.