Skip to content

Commit

Permalink
Update gtestgcov_googletest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshVirkar authored Dec 20, 2024
1 parent 0b1fa39 commit bb5cc0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gtestgcov_googletest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Test with gtest and gcov
on:
push:
branches:
- main
- github_action
pull_request:

jobs:
Expand All @@ -21,6 +21,7 @@ jobs:
- name: Configure with CMake
run: |
cd sample_source_code/CPP/googletest
mkdir build
cd build
cmake .. \
Expand Down

0 comments on commit bb5cc0c

Please sign in to comment.