Skip to content

Commit

Permalink
submituser
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisspeer committed Mar 22, 2024
1 parent 589974f commit b3b1e98
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,7 @@ jobs:
- name: HTCondor master
run: condor_master

- name: Test path
run: |
ls /github
ls /github/home
ls /github/workflow/
ls -lah
- name: Test HTCondor
- name: Test submit to HTCondor
run: condor_submit tests/sleep.sub

- name: Install poetry
Expand All @@ -103,7 +95,7 @@ jobs:
run: poetry install

- name: Run pytest
run: poetry run coverage run -m pytest tests/tests.py
run: su -c "poetry run coverage run -m pytest tests/tests.py" submituser

- name: Run Coverage
run: poetry run coverage report -m

0 comments on commit b3b1e98

Please sign in to comment.