Skip to content

Commit 58b91f9

Browse files
committed
Fixing build steps.
1 parent e9571d1 commit 58b91f9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,14 @@ jobs:
126126
- name: Plugin testing
127127
if: matrix.test == 'a'
128128
run: cd eform-angular-frontend/eform-client && npm run testheadlessplugin2${{matrix.test}}
129+
- name: Create database
130+
if: matrix.test == 'b'
131+
run: |
132+
docker exec -i mariadbtest mariadb -u root --password=secretpassword -e 'create database `420_eform-angular-time-planning-plugin`'
129133
- name: Load DB dump
130134
run: |
131135
docker exec -i mariadbtest mysql -u root --password=secretpassword -e 'update 420_Angular.EformPlugins set Status = 1'
132136
docker exec -i mariadbtest mysql -u root --password=secretpassword 420_SDK < eform-angular-frontend/eform-client/cypress/e2e/plugins/time-planning-pn/a/420_SDK.sql
133-
docker exec -i mariadbtest mariadb -u root --password=secretpassword -e 'create database `420_eform-angular-time-planning-plugin`'
134137
docker exec -i mariadbtest mysql -u root --password=secretpassword 420_eform-angular-time-planning-plugin < eform-angular-frontend/eform-client/cypress/e2e/plugins/time-planning-pn/a/420_eform-angular-time-planning-plugin.sql
135138
docker exec -i mariadbtest mysql -u root --password=secretpassword -e 'update 420_SDK.Settings set Value = "my-rabbit" where Name = "rabbitMqHost"'
136139
- name: ${{matrix.test}} test

0 commit comments

Comments
 (0)