Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kian79 authored Jan 31, 2024
1 parent b76279d commit 6c3100d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,8 @@ jobs:
with:
python-version: 3.8

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Build Docker image
run: docker build -t pdf_searcher .
run: docker build -t kian79/pdf_searcher:latest .

test:
runs-on: ubuntu-latest
Expand All @@ -46,7 +41,7 @@ jobs:
- name: Run tests
run: pytest

deploy:
release:
runs-on: ubuntu-latest

needs: test
Expand Down

0 comments on commit 6c3100d

Please sign in to comment.