We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ec051 commit dc6cd16Copy full SHA for dc6cd16
.github/workflows/L1-tests.yml
@@ -142,7 +142,6 @@ jobs:
142
ref: Test_Workflow
143
144
- name: Checkout googletest
145
- if: steps.cache.outputs.cache-hit != 'true'
146
uses: actions/checkout@v3
147
with:
148
repository: google/googletest
@@ -314,7 +313,6 @@ jobs:
314
313
run: echo "TOOLCHAIN_FILE=$GITHUB_WORKSPACE/entservices-testframework/Tests/gcc-with-coverage.cmake" >> $GITHUB_ENV
315
316
- name: Build googletest
317
318
run: >
319
cmake -G Ninja
320
-S "$GITHUB_WORKSPACE/googletest"
0 commit comments