diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b9249d0..4dcdb05 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,3 @@ jobs: - name: Execute tests in the running services run: | docker compose exec web pytest - # env: - # POSTGRES_DB: ${{ secrets.POSTGRES_DB }} - # POSTGRES_USER: ${{ secrets.POSTGRES_USER }} - # POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}