Add script to convert kapel output records to Gratia records #144
Workflow file for this run
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 |