-
Notifications
You must be signed in to change notification settings - Fork 341
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andi Kleen
committed
Jun 27, 2024
1 parent
d08bc13
commit 68971a3
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
name: jevents build | ||
name: jevents build and test | ||
|
||
on: | ||
push: | ||
branches: [ master, test ] | ||
branches: [ master, test* ] | ||
pull_request: | ||
branches: [ master, test ] | ||
branches: [ master, test* ] | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
- name: make | ||
run: | | ||
cd jevents ; make | ||
- name: tester | ||
run: | | ||
#cd jevents ; ./tester disabled for now, need more mocking for the github env | ||
./event_download.py GenuineIntel-6-55-4 | ||
cd jevents ; EVENTMAP=GenuineIntel-6-55-4 ./tester |