Skip to content

Commit dc6cd16

Browse files
committed
Remove cache-hit conditions from googletest - excluded from cache so must build every time
1 parent e4ec051 commit dc6cd16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/L1-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ jobs:
142142
ref: Test_Workflow
143143

144144
- name: Checkout googletest
145-
if: steps.cache.outputs.cache-hit != 'true'
146145
uses: actions/checkout@v3
147146
with:
148147
repository: google/googletest
@@ -314,7 +313,6 @@ jobs:
314313
run: echo "TOOLCHAIN_FILE=$GITHUB_WORKSPACE/entservices-testframework/Tests/gcc-with-coverage.cmake" >> $GITHUB_ENV
315314

316315
- name: Build googletest
317-
if: steps.cache.outputs.cache-hit != 'true'
318316
run: >
319317
cmake -G Ninja
320318
-S "$GITHUB_WORKSPACE/googletest"

0 commit comments

Comments
 (0)