Skip to content

Commit 8ed2b70

Browse files
authored
Update python-app.yml
1 parent a7c7496 commit 8ed2b70

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-app.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI/CD
33
on: [push, pull_request]
44

55
jobs:
6-
lint:
6+
install_lintcode:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout code
@@ -32,7 +32,7 @@ jobs:
3232
docker run --rm -i hadolint/hadolint < Dockerfile.ollama || true
3333
3434
build-and-test:
35-
needs: lint
35+
needs: install_lintcode
3636
runs-on: ubuntu-latest
3737
strategy:
3838
matrix:
@@ -82,6 +82,7 @@ jobs:
8282
8383
- name: Build Docker images
8484
timeout-minutes: 5
85+
continue-on-error: true
8586
env:
8687
AT_USERNAME: ${{ secrets.AT_USERNAME }}
8788
AT_API_KEY: ${{ secrets.AT_API_KEY }}

0 commit comments

Comments
 (0)