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 22391b0 commit 6496721Copy full SHA for 6496721
.github/workflows/job-compile-and-test.yml
@@ -43,7 +43,9 @@ 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
47
- name: Run SingleRootProject tests
48
+ if: ${{ inputs.platform != 'linux' }}
49
run: yarn test --scenario=SingleRootProject --skipCheckBinaries
50
51
0 commit comments