Skip to content

Commit 43b09ce

Browse files
committed
remove continue-on-error: true
1 parent 6cee73e commit 43b09ce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/labs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
run: |
3131
cd 0_intro/01_hello
3232
pytest -v --tb=short
33-
continue-on-error: true
3433
3534
lab-02-solid-srp:
3635
name: "Lab 02 - SOLID: SRP (10 pts)"
@@ -54,7 +53,6 @@ jobs:
5453
run: |
5554
cd 1_principles/01_solid/01_srp
5655
pytest -v --tb=short
57-
continue-on-error: true
5856
5957
lab-03-grasp-expert:
6058
name: "Lab 03 - GRASP: Expert (10 pts)"
@@ -78,7 +76,6 @@ jobs:
7876
run: |
7977
cd 1_principles/02_grasp/01_information_expert
8078
pytest -v --tb=short
81-
continue-on-error: true
8279
8380
# Summary job - pokazuje ogólny status
8481
summary:

0 commit comments

Comments
 (0)