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 c865ed0 commit cf25f75Copy full SHA for cf25f75
.github/workflows/compile-tests.yml
@@ -146,7 +146,7 @@ jobs:
146
git checkout HEAD tests/assemblyscript/testsuite
147
git checkout HEAD tests/c/testsuite
148
git checkout HEAD tests/rust/testsuite
149
- git commit -m "Merge commit ${{ github.sha }} into prod/testsuite-base"
+ git diff --quiet || git commit -m "Merge commit ${{ github.sha }} into prod/testsuite-base"
150
151
- name: Remove existing binaries
152
run: rm -rf tests/${{ matrix.suite }}/testsuite
0 commit comments