Skip to content

Commit

Permalink
Merge branch 'master' into removeNPMAbsolutePaths
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert authored and GitHub committed May 12, 2020
2 parents ec4d38a + 015ead7 commit 51b42fc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/integration-testing.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: "Integration Testing"

on: [push, pull_request]
on: [push]

jobs:
multi-language-repo_test-autodetect-languages:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -28,6 +29,7 @@ jobs:

multi-language-repo_test-custom-queries:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -55,6 +57,7 @@ jobs:
# Currently is not possible to analyze Go in conjunction with other languages in macos
multi-language-repo_test-go-custom-queries:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 51b42fc

Please sign in to comment.