Skip to content

Commit

Permalink
Removing the continue on error.
Browse files Browse the repository at this point in the history
  • Loading branch information
renemadsen committed Jul 3, 2024
1 parent 7bb9582 commit 2728f5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dotnet-core-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,6 @@ jobs:
cat docker_run_log
- name: ${{matrix.test}} test
uses: cypress-io/github-action@v4
continue-on-error: true
with:
start: echo 'hi'
wait-on: "http://localhost:4200"
Expand Down Expand Up @@ -1096,7 +1095,6 @@ jobs:
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
docker exec -i mariadbtest mysql -u root --password=secretpassword -e 'update 420_SDK.Settings set Value = "my-rabbit" where Name = "rabbitMqHost"'
- name: ${{matrix.test}} test
continue-on-error: true
uses: cypress-io/github-action@v4
with:
start: echo 'hi'
Expand Down

0 comments on commit 2728f5c

Please sign in to comment.