Skip to content

Commit

Permalink
added bash shell in docker-run in build-test-user-image 👥
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas.gehrig committed Nov 17, 2023
1 parent d726ec8 commit e520020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-user-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Test image
run: |
docker run --rm ${{ env.IMG_ADDR }}:${{ env.version }} \
docker run --rm ${{ env.IMG_ADDR }}:${{ env.version }} bash && \
pip install pytest && \
pytest /opt/conda/lib/python3.9/site-packages/karabo/test
Expand Down

0 comments on commit e520020

Please sign in to comment.