Skip to content

Commit

Permalink
Submodules 🤦‍
Browse files Browse the repository at this point in the history
  • Loading branch information
jharmison-redhat committed Feb 16, 2021
1 parent fbaa10c commit cd0b895
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Kind
uses: engineerd/[email protected]
with:
Expand All @@ -30,6 +32,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Kind
uses: engineerd/[email protected]
with:
Expand All @@ -48,6 +52,10 @@ jobs:
(github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop')
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Login to Quay
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
Expand Down

0 comments on commit cd0b895

Please sign in to comment.