From 2728f5c682936f70485730005d3fe0de1c03fefe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schultz=20Madsen?= Date: Wed, 3 Jul 2024 06:22:49 +0200 Subject: [PATCH] Removing the continue on error. --- .github/workflows/dotnet-core-docker.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/dotnet-core-docker.yml b/.github/workflows/dotnet-core-docker.yml index 9502aa5..c1a4316 100644 --- a/.github/workflows/dotnet-core-docker.yml +++ b/.github/workflows/dotnet-core-docker.yml @@ -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" @@ -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'