You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/dotnet-core-master.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ jobs:
48
48
strategy:
49
49
fail-fast: false
50
50
matrix:
51
-
test: [a]
51
+
test: [a,b]
52
52
steps:
53
53
- uses: actions/checkout@v3
54
54
with:
@@ -124,12 +124,13 @@ jobs:
124
124
- name: Change rabbitmq hostname
125
125
run: docker exec -i mariadbtest mysql -u root --password=secretpassword -e 'update 420_SDK.Settings set Value = "my-rabbit" where Name = "rabbitMqHost"'
126
126
- name: Plugin testing
127
+
if: matrix.test == 'a'
127
128
run: cd eform-angular-frontend/eform-client && npm run testheadlessplugin2${{matrix.test}}
128
129
- name: Load DB dump
129
-
if: matrix.test == 'a'
130
130
run: |
131
131
docker exec -i mariadbtest mysql -u root --password=secretpassword -e 'update 420_Angular.EformPlugins set Status = 1'
0 commit comments