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 a55c31b commit 4c048d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
echo ' "username": "${{ vars.USERNAME }}",' >> $USER_CONFIG
echo ' "password": "${{ vars.PASSWORD }}",' >> $USER_CONFIG
echo ' "phone_number": "${{ vars.PHONE_NUMBER || '' }}",' >> $USER_CONFIG
echo ' "email": "${{ vars.EMAIL || '' }}",' >> $USER_CONFIG
echo ' "email": "${{ vars.EMAIL || '' }}"' >> $USER_CONFIG
echo '}' >> $USER_CONFIG
cat $USER_CONFIG
- name: Set up JDK 21
Expand Down

0 comments on commit 4c048d9

Please sign in to comment.