Skip to content

Commit

Permalink
[FIX] add verify flow for test
Browse files Browse the repository at this point in the history
  • Loading branch information
ohksj77 committed Mar 8, 2024
1 parent c427365 commit 695de59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,16 @@ jobs:
mkdir -p src/main/resources
echo "${{ secrets.ENVIRONMENT_YML }}" > src/test/resources/application-env.yml
echo "${{ secrets.ENVIRONMENT_YML }}" > src/main/resources/application-env.yml
echo "${{ secrets.FIREBASE_JSON }}" > src/test/resources/twtw_firebase_key.json
echo "${{ secrets.FIREBASE_JSON }}" > src/main/resources/twtw_firebase_key.json
echo "${{ secrets.STORAGE_JSON }}" > src/test/resources/engaged-shade-405207-b8ba9bb8a30f.json
echo "${{ secrets.STORAGE_JSON }}" > src/main/resources/engaged-shade-405207-b8ba9bb8a30f.json
- run: chmod +x gradlew
- run: ./gradlew build
- run: ./gradlew jib

- name: Verify JaCoCo Test Report
run: ls -l build/reports/jacoco/test

- name: Check test coverage
id: jacoco
uses: madrapps/[email protected]
Expand Down

0 comments on commit 695de59

Please sign in to comment.