Default to ubuntu-latest
This commit is contained in:
parent
8fa634631e
commit
e5b547ef50
1 changed files with 1 additions and 7 deletions
8
.github/workflows/integration-tests.yml
vendored
8
.github/workflows/integration-tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue