Default to ubuntu-latest

This commit is contained in:
Tommy Barnes 2022-01-04 15:53:27 -05:00
parent 8fa634631e
commit e5b547ef50

View file

@ -12,20 +12,14 @@ on: # rebuild any PRs and main branch changes
jobs: jobs:
run-integration-test: run-integration-test:
name: Validate release and master branch name: Validate release and master branch
strategy: runs-on: ubuntu-latest
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
name: Checkout from PR branch name: Checkout from PR branch
with:
path: 'setup-kubectl'
- id: action-npm-build - id: action-npm-build
name: npm install and build name: npm install and build
run: | run: |
cd setup-kubectl
echo $PR_BASE_REF echo $PR_BASE_REF
if [[ $PR_BASE_REF != releases/* ]]; then if [[ $PR_BASE_REF != releases/* ]]; then
npm install npm install