Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #31 from github/macos
Disable auto-detect language test on macos
David Verdeguer authored and GitHub committed May 12, 2020

Unverified

No user is associated with the committer email.
2 parents a76042a + cc471c2 commit 96901ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-testing.yml
@@ -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:

0 comments on commit 96901ac

Please sign in to comment.