Skip to content

Commit

Permalink
Change test DB in psql tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dborowiecki committed Apr 24, 2024
1 parent 21206bd commit 7bbd58e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ jobs:
sudo tar -xzf /tmp/openimis.tar.gz -C .
- name: Initialize PSQL
run: |
export DB_NAME_TEST="test_$DB_NAME"
export DB_NAME_TEST="$DB_NAME"
if [ ${GITHUB_REF##*/} = "main" ]; then export DBBRANCH="main"; else export DBBRANCH="develop"; fi
echo "Branch ${GITHUB_REF##*/}, usign ${DBBRANCH} branch for database"
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
#DJANGO_SETTINGS_MODULE: hat.settings
DB_HOST: localhost
DB_PORT: 5432
DB_NAME: test_imis
DB_NAME: imis
DB_USER: postgres
DB_PASSWORD: GitHub999
#DEV_SERVER: true
Expand Down

0 comments on commit 7bbd58e

Please sign in to comment.