Skip to content

Commit

Permalink
google-test.yml now checks out submodules
Browse files Browse the repository at this point in the history
Signed-off-by: Bhavye Mathur <bhavyemathur@gmail.com>
  • Loading branch information
BhavyeMathur committed Oct 6, 2024
1 parent 36d386a commit 42b9e1b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/google-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@ run-name: ${{ github.actor }} running C++ GTests
on:
workflow_dispatch:

workflow_run:
workflows: [ Build Binary ]
types:
- completed

push:
paths:
- src/**
- CMakeLists.txt
- .github/workflows/google-test.yml

pull_request:
paths:
- src/**
- CMakeLists.txt
- .github/workflows/google-test.yml

env:
Expand All @@ -33,6 +34,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 42b9e1b

Please sign in to comment.