Skip to content

Commit

Permalink
Remove test database connection from the main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FredMagas committed Aug 8, 2024
1 parent c6fd116 commit b1f0b74
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ jobs:
source venv/bin/activate
pip install -r requirements.txt
- name: Test database connection
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
run: |
source venv/bin/activate
python test_db_connection.py
- name: Make retry.sh executable
run: chmod +x retry.sh

Expand Down

0 comments on commit b1f0b74

Please sign in to comment.