Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Update integration_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Taz03 authored Nov 6, 2023
1 parent 998ef89 commit 4e46d71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
echo '{\n' >> $USER_CONFIG
echo '"username":${{ vars.USERNAME }},\n' >> $USER_CONFIG
echo '"password":${{ vars.PASSWORD }},\n' >> $USER_CONFIG
echo '"phone_number":${{ vars.PHONE_NUMBER || \'\' }},\n' >> $USER_CONFIG
echo '"email":${{ vars.EMAIL || \'\' }},\n' >> $USER_CONFIG
echo '"phone_number":${{ vars.PHONE_NUMBER || '' }},\n' >> $USER_CONFIG
echo '"email":${{ vars.EMAIL || '' }},\n' >> $USER_CONFIG
echo '}\n' >> $USER_CONFIG
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 4e46d71

Please sign in to comment.