We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cee73e commit 43b09ceCopy full SHA for 43b09ce
.github/workflows/labs.yml
@@ -30,7 +30,6 @@ jobs:
30
run: |
31
cd 0_intro/01_hello
32
pytest -v --tb=short
33
- continue-on-error: true
34
35
lab-02-solid-srp:
36
name: "Lab 02 - SOLID: SRP (10 pts)"
@@ -54,7 +53,6 @@ jobs:
54
53
55
cd 1_principles/01_solid/01_srp
56
57
58
59
lab-03-grasp-expert:
60
name: "Lab 03 - GRASP: Expert (10 pts)"
@@ -78,7 +76,6 @@ jobs:
78
76
79
77
cd 1_principles/02_grasp/01_information_expert
80
81
82
83
# Summary job - pokazuje ogólny status
84
summary:
0 commit comments