Skip to content

Commit

Permalink
Fix two CI issues (#16970)
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar authored May 11, 2024
1 parent 82dfc97 commit 0395112
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_test_cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
git pull origin ${{ steps.parse_pr.outputs.pr_base_ref }} --allow-unrelated-histories
git branch -D ${{ steps.parse_pr.outputs.pr_base_ref }}
git branch ${{ steps.parse_pr.outputs.pr_base_ref }}
git branch -D pull-${{ steps.get_pr.outputs.pr_number }} || true
git fetch origin pull/${{ steps.get_pr.outputs.pr_number }}/head:pull-${{ steps.get_pr.outputs.pr_number }}
git merge --ff -s recursive --no-verify -m "PR Test" origin/${{ steps.parse_pr.outputs.pr_base_ref }} pull-${{ steps.get_pr.outputs.pr_number }}
- name: Download external libraries
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0395112

Please sign in to comment.