Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
malinowskikam committed Aug 24, 2023
1 parent e0b9741 commit 1c6ad85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Init PSQL
run: |
git clone --depth 1 --branch $DBBRANCH https://github.com/openimis/database_postgresql.git ./sql_psql
git clone --depth 1 --branch $DBBRANCH https://github.com/openimis/database_postgresql.git ./sql_psql
echo 'set search_path to public' >> ~/.psqlrc
PGPASSWORD=GitHub999 psql -U postgres -h localhost -d imis -U postgres -f ./sql_psql/database\ scripts/00_dump.sql | grep . | uniq -c
Expand All @@ -87,7 +87,7 @@ jobs:
- name: Initialize MSSQL
run: |
git clone --depth 1 --branch $DBBRANCH https://github.com/openimis/database_ms_sqlserver.git ./sql_mssql
git clone --depth 1 --branch $DBBRANCH https://github.com/openimis/database_ms_sqlserver.git ./sql_mssql
cd sql/ && bash concatenate_files.sh && cd ..
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
Expand Down Expand Up @@ -115,6 +115,8 @@ jobs:
#REMOTE_USER_AUTHENTICATION: True

- name: Django tests PSQL
if: success() || failure()
needs:
run: |
python -V
cd openIMIS
Expand Down

0 comments on commit 1c6ad85

Please sign in to comment.