Skip to content

Commit

Permalink
Fix the tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Jan 14, 2025
1 parent 9d76fe9 commit 0343ea3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ EMAIL_SEND_METHOD=sync
UPDATE_ORGANIZATION_METHOD=sync

# Enable/Disable different features that interfere with debugging
ENABLE_FULL_CUI_VALIDATION=False
ENABLE_FULL_CUI_VALIDATION=True

DATA_UPLOAD_MAX_NUMBER_FIELDS=100000
DONATIONS_XML_LIMIT_PER_FILE=100
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/backend_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
tests:
name: Run backend tests
runs-on: ubuntu-latest
timeout-minutes: 5

services:
postgres:
Expand Down Expand Up @@ -134,7 +135,7 @@ jobs:
DATABASE_NAME: redirect
DATABASE_USER: user
DATABASE_PASSWORD: password
DATABASE_HOST: postgres
DATABASE_HOST: 127.0.0.1
DATABASE_PORT: 5432
run: |
cd ./backend
Expand Down

0 comments on commit 0343ea3

Please sign in to comment.