Skip to content

Commit

Permalink
debuging ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AllStackDev1 committed Aug 5, 2024
1 parent c30aabf commit 38d9243
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,7 @@ jobs:
run: pnpm install --no-frozen-lockfile
- name: Display Variables
run:
echo "REDIS_HOST - ${{ env.REDIS_HOST }}"
echo "REDIS_PORT - ${{ env.REDIS_PORT }}"
echo "REDIS_USER - ${{ env.REDIS_USER }}"
echo "REDIS_PASSWORD - ${{ env.REDIS_PASSWORD }}"
echo "DB_HOST - ${{ env.DB_HOST }}"
echo "DB_PORT - ${{ env.DB_PORT }}"
echo "DB_NAME - ${{ env.DB_NAME }}"
echo "DB_PASSWORD - ${{ env.DB_PASSWORD }}"
echo "REDIS_HOST - ${{ env.REDIS_HOST }}, REDIS_PORT - ${{ env.REDIS_PORT }}, REDIS_USER - ${{ env.REDIS_USER }}, REDIS_PASSWORD - ${{ env.REDIS_PASSWORD }}, DB_HOST - ${{ env.DB_HOST }}, DB_PORT - ${{ env.DB_PORT }}, DB_NAME - ${{ env.DB_NAME }}, DB_USERNAME - ${{ env.DB_USERNAME }}, DB_PASSWORD - ${{ env.DB_PASSWORD }}"
- name: Run lint
run: pnpm lint
- name: Run tests
Expand Down

0 comments on commit 38d9243

Please sign in to comment.