Skip to content

Commit

Permalink
Update coveralls-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertImKr authored Mar 7, 2024
1 parent d707c66 commit 73cf1a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/coveralls-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ jobs:
run: |
cd ${{ env.MAIN_RESOURCE_PATH }}
echo "${{ secrets.APPLICATION_AWS_YML }}" > application-aws.yml
echo "${{ secrets.APPLICATION_JWT_YML }}" > application-jwt.yml
cd ${{ env.TEST_RESOURCE_PATH }}
echo "${{ secrets.APPLICATION_AWS_YML }}" > application-aws.yml
echo "${{ secrets.APPLICATION_JWT_YML }}" > application-jwt.yml
echo "${{ secrets.APPLICATION_OAUTH_YML }}" > application-oauth.yml
- name: 어플리케이션을 빌드한다
run: |
chmod +x gradlew
Expand Down

0 comments on commit 73cf1a2

Please sign in to comment.