Merge pull request #31 from github/macos
Disable auto-detect language test on macos
This commit is contained in:
commit
96901ac7d8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration-testing.yml
vendored
2
.github/workflows/integration-testing.yml
vendored
|
|
@ -6,7 +6,7 @@ jobs:
|
|||
multi-language-repo_test-autodetect-languages:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue