[upstream_utils] Add googletest (#6820)

This commit is contained in:
PJ Reiniger
2024-07-19 00:10:26 -04:00
committed by GitHub
parent 289d45b081
commit f561a77e75
81 changed files with 40616 additions and 44 deletions

View File

@@ -45,6 +45,11 @@ jobs:
cd upstream_utils
./gcem.py clone
./gcem.py copy-upstream-to-thirdparty
- name: Run googletest.py
run: |
cd upstream_utils
./googletest.py clone
./googletest.py copy-upstream-to-thirdparty
- name: Run json.py
run: |
cd upstream_utils