Skip to content

Commit

Permalink
Test docker build on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Dec 10, 2024
1 parent 2403d3c commit d20a444
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,14 @@ jobs:
- name: Test with pytest
run: |
pipenv run python -m pytest
docker-build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Build docker image
run: docker build -t proviral .
- name: Run the image
run: docker run --rm proviral --help

0 comments on commit d20a444

Please sign in to comment.