mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-17 06:36:48 +00:00
enable action (#495)
* enable action * Update .github/workflows/test_setup.yml Co-authored-by: Dominik Meyer <dmnkmyr@gmail.com> Co-authored-by: Dominik Meyer <dmnkmyr@gmail.com>
This commit is contained in:
23
.github/workflows/test_setup.yml
vendored
23
.github/workflows/test_setup.yml
vendored
@@ -2,6 +2,7 @@ name: Test setup-polaris
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build-int:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -13,14 +14,14 @@ jobs:
|
||||
version: 3.0.3
|
||||
- name: Use command
|
||||
run: polaris version
|
||||
# @rbren this will only work once merged to your repo
|
||||
# build-ext:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v2
|
||||
# - name: Setup polaris
|
||||
# uses: fairwindsops/polaris@master
|
||||
# with:
|
||||
# version: 3.0.3
|
||||
# - name: Use command
|
||||
# run: polaris version
|
||||
|
||||
build-ext:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup polaris
|
||||
uses: fairwindsops/polaris/.github/actions/setup-polaris@master
|
||||
with:
|
||||
version: 3.0.3
|
||||
- name: Use command
|
||||
run: polaris version
|
||||
|
||||
Reference in New Issue
Block a user