Merge branch 'master' into removeNPMAbsolutePaths
This commit is contained in:
commit
51b42fcf78
1 changed files with 5 additions and 2 deletions
7
.github/workflows/integration-testing.yml
vendored
7
.github/workflows/integration-testing.yml
vendored
|
|
@ -1,12 +1,13 @@
|
||||||
name: "Integration Testing"
|
name: "Integration Testing"
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
multi-language-repo_test-autodetect-languages:
|
multi-language-repo_test-autodetect-languages:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -28,6 +29,7 @@ jobs:
|
||||||
|
|
||||||
multi-language-repo_test-custom-queries:
|
multi-language-repo_test-custom-queries:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
@ -55,6 +57,7 @@ jobs:
|
||||||
# Currently is not possible to analyze Go in conjunction with other languages in macos
|
# Currently is not possible to analyze Go in conjunction with other languages in macos
|
||||||
multi-language-repo_test-go-custom-queries:
|
multi-language-repo_test-go-custom-queries:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue