Skip to content

Commit a154755

Browse files
committed
Removing the show tables from github actions pr.
1 parent 4e6e767 commit a154755

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/dotnet-core-pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,7 @@ jobs:
147147
docker exec -i mariadbtest mysql -u root --password=secretpassword -e 'update 420_Angular.EformPlugins set Status = 2'
148148
docker exec -i mariadbtest mysql -u root --password=secretpassword -e 'drop database `420_SDK`'
149149
docker exec -i mariadbtest mysql -u root --password=secretpassword -e 'create database `420_SDK`'
150-
docker exec -i mariadbtest mysql -u root --password=secretpassword -e "use 420_SDK; show tables"
151150
docker exec -i mariadbtest mysql -u root --password=secretpassword 420_SDK < eform-angular-frontend/eform-client/cypress/e2e/plugins/backend-configuration-pn/a/420_SDK.sql
152-
docker exec -i mariadbtest mysql -u root --password=secretpassword 420_SDK -e "use 420_SDK; show tables"
153151
docker exec -i mariadbtest mysql -u root --password=secretpassword -e 'drop database `420_eform-backend-configuration-plugin`'
154152
docker exec -i mariadbtest mysql -u root --password=secretpassword -e 'create database `420_eform-backend-configuration-plugin`'
155153
docker exec -i mariadbtest mysql -u root --password=secretpassword 420_eform-backend-configuration-plugin < eform-angular-frontend/eform-client/cypress/e2e/plugins/backend-configuration-pn/a/420_eform-backend-configuration-plugin.sql

0 commit comments

Comments
 (0)