Skip to content

Commit ef2bc1f

Browse files
committed
Removing the old way of activating the plugin.
1 parent 1b78258 commit ef2bc1f

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -123,24 +123,13 @@ jobs:
123123
command-prefix: "--"
124124
- name: Change rabbitmq hostname
125125
run: docker exec -i mariadbtest mariadb -u root --password=secretpassword -e 'update 420_SDK.Settings set Value = "my-rabbit" where Name = "rabbitMqHost"'
126-
- name: Plugin testing
127-
if: matrix.test == 'a'
128-
run: cd eform-angular-frontend/eform-client && npm run testheadlessplugin2${{matrix.test}}
129126
- name: Create database
130-
if: matrix.test != 'a'
131127
run: |
132128
docker exec -i mariadbtest mariadb -u root --password=secretpassword -e 'update 420_Angular.EformPlugins set Status = 1'
133129
docker exec -i mariadbtest mariadb -u root --password=secretpassword -e 'create database `420_eform-angular-time-planning-plugin`'
134130
docker exec -i mariadbtest mariadb -u root --password=secretpassword 420_SDK < eform-angular-frontend/eform-client/cypress/e2e/plugins/time-planning-pn/a/420_SDK.sql
135131
docker exec -i mariadbtest mariadb -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
136132
docker exec -i mariadbtest mariadb -u root --password=secretpassword -e 'update 420_SDK.Settings set Value = "my-rabbit" where Name = "rabbitMqHost"'
137-
- name: Load DB dump
138-
if: matrix.test == 'a'
139-
run: |
140-
docker exec -i mariadbtest mariadb -u root --password=secretpassword -e 'update 420_Angular.EformPlugins set Status = 1'
141-
docker exec -i mariadbtest mariadb -u root --password=secretpassword 420_SDK < eform-angular-frontend/eform-client/cypress/e2e/plugins/time-planning-pn/a/420_SDK.sql
142-
docker exec -i mariadbtest mariadb -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
143-
docker exec -i mariadbtest mariadb -u root --password=secretpassword -e 'update 420_SDK.Settings set Value = "my-rabbit" where Name = "rabbitMqHost"'
144133
- name: ${{matrix.test}} test
145134
uses: cypress-io/github-action@v4
146135
with:

0 commit comments

Comments
 (0)