Skip to content

Commit 16036fa

Browse files
committed
remove double demo data loading
1 parent ace3e76 commit 16036fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/openmis-module-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
/opt/mssql-tools/bin/sqlcmd -S localhost,1433 -U SA -P $SA_PASSWORD -d imis_main -i oldMain/openIMIS_ONLINE.sql | grep . | uniq -c
7272
/opt/mssql-tools/bin/sqlcmd -S localhost,1433 -U SA -P $SA_PASSWORD -d imis_main -i oldMain/openIMIS_demo_ONLINE.sql | grep . | uniq -c
7373
/opt/mssql-tools/bin/sqlcmd -S localhost,1433 -U SA -P $SA_PASSWORD -d imis_main -i "new/Migration script/openIMIS migration latest.sql" | grep . | uniq -c
74-
/opt/mssql-tools/bin/sqlcmd -S localhost,1433 -U SA -P $SA_PASSWORD -d imis_main -i "new/Demo database/openIMIS_demo_ONLINE.sql" | grep . | uniq -c
74+
7575
7676
env:
7777
SA_PASSWORD: GitHub999

0 commit comments

Comments
 (0)