Skip to content

Commit 5656a66

Browse files
committed
skip artifact save on legacy tests
Signed-off-by: Ebube Chuba <[email protected]>
1 parent 050a0c8 commit 5656a66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
- name: Run ${{ matrix.name }} Tests
129129
run: ./run_tests.sh ${{ matrix.framework }}
130130
- name: Save code coverage report
131+
if: ${{ matrix.framework != 'legacy' }}
131132
uses: actions/upload-artifact@v2
132133
with:
133134
name: ${{ matrix.name }} Code Coverage

0 commit comments

Comments
 (0)