Skip to content

Commit

Permalink
added pull request event, and sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
crsz20 committed Nov 16, 2023
1 parent feb218c commit f12a9b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Build Workflow

# Define the trigger event(s)
# on: pull_request
on: [push]
on: [push, pull_request]

# Jobs run in parallel by default, each runs steps in sequence
jobs:
Expand Down Expand Up @@ -31,7 +30,7 @@ jobs:

- name: Run Google Test
run: |
apt-get install ninja-build
sudo apt-get install ninja-build
cd DAQ_System/Tests
python3 run_tests.py

0 comments on commit f12a9b3

Please sign in to comment.