Skip to content

Commit d99b8e8

Browse files
committed
Adding the b test.
1 parent 550bdd6 commit d99b8e8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
fail-fast: false
5050
matrix:
51-
test: [a]
51+
test: [a,b]
5252
steps:
5353
- uses: actions/checkout@v3
5454
with:
@@ -124,12 +124,13 @@ jobs:
124124
- name: Change rabbitmq hostname
125125
run: docker exec -i mariadbtest mysql -u root --password=secretpassword -e 'update 420_SDK.Settings set Value = "my-rabbit" where Name = "rabbitMqHost"'
126126
- name: Plugin testing
127+
if: matrix.test == 'a'
127128
run: cd eform-angular-frontend/eform-client && npm run testheadlessplugin2${{matrix.test}}
128129
- name: Load DB dump
129-
if: matrix.test == 'a'
130130
run: |
131131
docker exec -i mariadbtest mysql -u root --password=secretpassword -e 'update 420_Angular.EformPlugins set Status = 1'
132132
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`'
133134
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
134135
docker exec -i mariadbtest mysql -u root --password=secretpassword -e 'update 420_SDK.Settings set Value = "my-rabbit" where Name = "rabbitMqHost"'
135136
- name: ${{matrix.test}} test

0 commit comments

Comments
 (0)