Fix loading test data for Cypress tests in CodeBuild

This commit is contained in:
Shrikant Sharat Kandula 2021-08-04 20:51:15 +05:30
parent eda00479d5
commit da49ddebcf

View File

@ -30,7 +30,6 @@ su -c "psql --username=postgres --command=\"alter user postgres with password 'p
PGPASSWORD=postgres psql \
--username=postgres \
--host=localhost \
--single-transaction \
--variable=ON_ERROR_STOP=ON \
--file="$CODEBUILD_SRC_DIR/app/client/cypress/init-pg-dump-for-test.sql"