Skip to content

Commit 88bdd04

Browse files
committed
Removing the continue-on-error.
1 parent 6f5fc12 commit 88bdd04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,6 @@ jobs:
11301130
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
11311131
docker exec -i mariadbtest mariadb -u root --password=secretpassword -e 'update 420_SDK.Settings set Value = "my-rabbit" where Name = "rabbitMqHost"'
11321132
- name: ${{matrix.test}} test
1133-
continue-on-error: true
11341133
uses: cypress-io/github-action@v4
11351134
with:
11361135
start: echo 'hi'

0 commit comments

Comments
 (0)