We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5fc12 commit 88bdd04Copy full SHA for 88bdd04
.github/workflows/dotnet-core-docker.yml
@@ -1130,7 +1130,6 @@ jobs:
1130
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
1131
docker exec -i mariadbtest mariadb -u root --password=secretpassword -e 'update 420_SDK.Settings set Value = "my-rabbit" where Name = "rabbitMqHost"'
1132
- name: ${{matrix.test}} test
1133
- continue-on-error: true
1134
uses: cypress-io/github-action@v4
1135
with:
1136
start: echo 'hi'
0 commit comments