Skip to content

Commit e818977

Browse files
committed
ci: update
1 parent d0746c2 commit e818977

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,39 +56,38 @@ jobs:
5656
5757
- name: Check branch commits
5858
uses: devcontainers/ci@v0.3
59-
continue-on-error: true
6059
with:
6160
cacheFrom: ghcr.io/esynr3z/corsair-workspace
6261
push: never
6362
runCmd: uv run poe check-commits
6463

6564
- name: Check Python code format
6665
uses: devcontainers/ci@v0.3
67-
continue-on-error: true
66+
if: always()
6867
with:
6968
cacheFrom: ghcr.io/esynr3z/corsair-workspace
7069
push: never
7170
runCmd: uv run poe check-format
7271

7372
- name: Lint Python code
7473
uses: devcontainers/ci@v0.3
75-
continue-on-error: true
74+
if: always()
7675
with:
7776
cacheFrom: ghcr.io/esynr3z/corsair-workspace
7877
push: never
7978
runCmd: uv run poe lint
8079

8180
- name: Do type checking for Python code
8281
uses: devcontainers/ci@v0.3
83-
continue-on-error: true
82+
if: always()
8483
with:
8584
cacheFrom: ghcr.io/esynr3z/corsair-workspace
8685
push: never
8786
runCmd: uv run poe check-types
8887

8988
- name: Run all tests
9089
uses: devcontainers/ci@v0.3
91-
continue-on-error: true
90+
if: always()
9291
with:
9392
cacheFrom: ghcr.io/esynr3z/corsair-workspace
9493
push: never

0 commit comments

Comments
 (0)