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 6496721 commit 1df5fccCopy full SHA for 1df5fcc
.github/workflows/job-compile-and-test.yml
@@ -43,7 +43,8 @@ jobs:
43
working-directory: Extension
44
45
# These tests don't require the binary.
46
- # On Linux, it is failing with: Test run terminated with signal SIGSEGV
+ # On Linux, it is failing (before the tests actually run) with: Test run terminated with signal SIGSEGV.
47
+ # But it works on Linux during the E2E test.
48
- name: Run SingleRootProject tests
49
if: ${{ inputs.platform != 'linux' }}
50
run: yarn test --scenario=SingleRootProject --skipCheckBinaries
0 commit comments