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
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -123,24 +123,13 @@ jobs:
123
123
command-prefix: "--"
124
124
- name: Change rabbitmq hostname
125
125
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}}
129
126
- name: Create database
130
-
if: matrix.test != 'a'
131
127
run: |
132
128
docker exec -i mariadbtest mariadb -u root --password=secretpassword -e 'update 420_Angular.EformPlugins set Status = 1'
0 commit comments