We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace3e76 commit 16036faCopy full SHA for 16036fa
1 file changed
.github/workflows/openmis-module-test.yml
@@ -71,7 +71,7 @@ jobs:
71
/opt/mssql-tools/bin/sqlcmd -S localhost,1433 -U SA -P $SA_PASSWORD -d imis_main -i oldMain/openIMIS_ONLINE.sql | grep . | uniq -c
72
/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
73
/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
+
75
76
env:
77
SA_PASSWORD: GitHub999
0 commit comments