Skip to content

Commit c865ed0

Browse files
wingologanek
authored andcommitted
Fix the git shenanigans to merge in main to prod/testsuite-base
1 parent cac5e8a commit c865ed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ jobs:
141141

142142
- name: Merge main branch changes
143143
run: |
144-
git merge --no-commit -Sours ${{ github.sha }}
145-
git checkout ${{ github.sha }} .
144+
git merge --no-commit --strategy ours ${{ github.sha }}
145+
git checkout --no-overlay ${{ github.sha }} .
146146
git checkout HEAD tests/assemblyscript/testsuite
147147
git checkout HEAD tests/c/testsuite
148148
git checkout HEAD tests/rust/testsuite

0 commit comments

Comments
 (0)