SOFTWARE-5924: Parameterize base image, set default to osg-23 #142
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run Unit Tests | |
on: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
run-tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: install htcondor | |
run: pip3 install htcondor pyopenssl | |
- name: symlink setup | |
run: | | |
ln -s condor_meter condor-ap/condor_meter.py | |
ln -s condor-ap condor_ap | |
- name: run script | |
run: python3 -m unittest discover --verbose --buffer test |