Fix python2 exception handling in ocperf #591
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: jevents build and test | |
on: | |
push: | |
branches: [ master, test* ] | |
pull_request: | |
branches: [ master, test* ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: make | |
run: | | |
cd jevents ; make | |
- name: tester | |
run: | | |
./event_download.py GenuineIntel-6-55-4 | |
cd jevents ; EVENTMAP=GenuineIntel-6-55-4 ./tester |