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:
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue