Skip to content

Commit 143a84b

Browse files
committed
Removing the continue-on-error: true for typescript unit tests, since they are now stable and a warrented error if they fail.
1 parent 243c457 commit 143a84b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ jobs:
142142
retention-days: 2
143143
test-angular-unit:
144144
runs-on: ubuntu-latest
145-
continue-on-error: true
146145
steps:
147146
- uses: actions/checkout@v3
148147
- name: Use Node.js

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ jobs:
141141
retention-days: 2
142142
test-angular-unit:
143143
runs-on: ubuntu-latest
144-
continue-on-error: true
145144
steps:
146145
- uses: actions/checkout@v3
147146
- name: Use Node.js

0 commit comments

Comments
 (0)