From e5b547ef50efbeb1c225fdcf980e40e8754b6384 Mon Sep 17 00:00:00 2001 From: Tommy Barnes Date: Tue, 4 Jan 2022 15:53:27 -0500 Subject: [PATCH] Default to ubuntu-latest --- .github/workflows/integration-tests.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 1717726..79f694f 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -12,20 +12,14 @@ on: # rebuild any PRs and main branch changes jobs: run-integration-test: name: Validate release and master branch - strategy: - matrix: - os: [windows-latest, ubuntu-latest, macos-latest] - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 name: Checkout from PR branch - with: - path: 'setup-kubectl' - id: action-npm-build name: npm install and build run: | - cd setup-kubectl echo $PR_BASE_REF if [[ $PR_BASE_REF != releases/* ]]; then npm install