Skip to content

Commit

Permalink
Ensure that the rucio-register command runs successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Dec 2, 2024
1 parent cb91dcc commit 0153f5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
run: |
pytest -r a -v -n 3 --cov=lsst.rucio.register --cov=tests --cov-report=xml --cov-report=term --cov-branch \
--junitxml=junit.xml -o junit_family=legacy
rucio-register -h
- name: Upload coverage to codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 0153f5a

Please sign in to comment.