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:
Robert Brennan
2021-02-09 08:40:35 -05:00
committed by GitHub
parent ef59f7c26e
commit 38b5cd8193

View File

@@ -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