Skip to content

Commit

Permalink
pytest automate
Browse files Browse the repository at this point in the history
  • Loading branch information
kumiori committed Jul 30, 2024
1 parent 3878975 commit 46d6f0b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pull-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,13 @@ jobs:
-v ${{ github.workspace }}:/workspace kumiori3/numerix:stable-amd64 \
sh -c "cd /workspace && ls -la && pip install . && python3 -c 'import irrevolutions' && cd test/ && python3 test_rayleigh.py"
- name: Run Docker Container & Run pytest
run: |
docker run --rm \
-v ${{ github.workspace }}:/workspace kumiori3/numerix:stable-amd64 \
sh -c "cd /workspace && ls -la && pip install . && python3 -c 'import irrevolutions' && pytest -v test/"
# - name: Install package
# run: |
# ls -la
Expand Down

0 comments on commit 46d6f0b

Please sign in to comment.