We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac5e8a commit c865ed0Copy full SHA for c865ed0
.github/workflows/compile-tests.yml
@@ -141,8 +141,8 @@ jobs:
141
142
- name: Merge main branch changes
143
run: |
144
- git merge --no-commit -Sours ${{ github.sha }}
145
- git checkout ${{ github.sha }} .
+ git merge --no-commit --strategy ours ${{ github.sha }}
+ git checkout --no-overlay ${{ github.sha }} .
146
git checkout HEAD tests/assemblyscript/testsuite
147
git checkout HEAD tests/c/testsuite
148
git checkout HEAD tests/rust/testsuite
0 commit comments