Skip to content

Commit

Permalink
edit test
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHamed12 committed Apr 4, 2024
1 parent badbe44 commit 5a932fa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ jobs:
DATABASE_URL: ${{ secrets.DATABASE_URL }}

run: |
echo "DATABASE_NAME=$DATABASE_NAME" >> $GITHUB_ENV
echo "DATABASE_USER=$DATABASE_USER" >> $GITHUB_ENV
echo "DATABASE_PASSWORD=$DATABASE_PASSWORD" >> $GITHUB_ENV
echo "DATABASE_HOST=$DATABASE_HOST" >> $GITHUB_ENV
echo "DATABASE_URL=$DATABASE_URL" >> $GITHUB_ENV
# - name: Prepare database
# run: |
Expand Down

0 comments on commit 5a932fa

Please # to comment.