Skip to content

Commit 7550cbf

Browse files
updated CI
1 parent 4629baa commit 7550cbf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/user_project_ci.yml

+12
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,18 @@ jobs:
6969
- name: Run precheck
7070
run: |
7171
make run-precheck-ci
72+
73+
- name: Create reproducible
74+
if: failure()
75+
run: tar -cf $GITHUB_WORKSPACE/precheck.tar -C $GITHUB_WORKSPACE/precheck_results .
76+
77+
- name: upload failure logs
78+
if: failure()
79+
uses: actions/upload-artifact@v4
80+
with:
81+
name: openlane-issue-reproducible
82+
path: |
83+
$GITHUB_WORKSPACE/precheck.tar
7284
7385
- name: Run STA
7486
run: |

0 commit comments

Comments
 (0)