Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuyib authored Nov 29, 2024
1 parent a7c7496 commit 8ed2b70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI/CD
on: [push, pull_request]

jobs:
lint:
install_lintcode:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
docker run --rm -i hadolint/hadolint < Dockerfile.ollama || true
build-and-test:
needs: lint
needs: install_lintcode
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -82,6 +82,7 @@ jobs:
- name: Build Docker images
timeout-minutes: 5
continue-on-error: true
env:
AT_USERNAME: ${{ secrets.AT_USERNAME }}
AT_API_KEY: ${{ secrets.AT_API_KEY }}
Expand Down

0 comments on commit 8ed2b70

Please sign in to comment.