Skip to content

Commit

Permalink
Always prepare upstream before testing
Browse files Browse the repository at this point in the history
This step is safe to run, as we already do before the Go build steps elsewhere. The upstream target is always there but might be a no-op.
  • Loading branch information
danielrbradley committed Jul 12, 2024
1 parent 978855a commit 13f6190
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.5.0
- name: Prepare upstream code
run: make upstream
#{{- if .Config.actions.preTest }}#
#{{ .Config.actions.preTest | toYaml | indent 4 }}#
#{{- end }}#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.5.0
- name: Prepare upstream code
run: make upstream
#{{- if .Config.actions.preTest }}#
#{{ .Config.actions.preTest | toYaml | indent 4 }}#
#{{- end }}#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.5.0
- name: Prepare upstream code
run: make upstream
#{{- if .Config.actions.preTest }}#
#{{ .Config.actions.preTest | toYaml | indent 4 }}#
#{{- end }}#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.5.0
- name: Prepare upstream code
run: make upstream
#{{- if .Config.actions.preTest }}#
#{{ .Config.actions.preTest | toYaml | indent 4 }}#
#{{- end }}#
Expand Down
2 changes: 2 additions & 0 deletions provider-ci/test-providers/aws/.github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.5.0
- name: Prepare upstream code
run: make upstream
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.5.0
- name: Prepare upstream code
run: make upstream
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions provider-ci/test-providers/aws/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.5.0
- name: Prepare upstream code
run: make upstream
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.5.0
- name: Prepare upstream code
run: make upstream
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.5.0
- name: Prepare upstream code
run: make upstream
- name: make upstream
run: |
make upstream
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.5.0
- name: Prepare upstream code
run: make upstream
- name: make upstream
run: |
make upstream
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.5.0
- name: Prepare upstream code
run: make upstream
- name: make upstream
run: |
make upstream
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.5.0
- name: Prepare upstream code
run: make upstream
- name: make upstream
run: |
make upstream
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.5.0
- name: Prepare upstream code
run: make upstream
- name: Setup SSH key
uses: webfactory/[email protected]
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.5.0
- name: Prepare upstream code
run: make upstream
- name: Setup SSH key
uses: webfactory/[email protected]
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.5.0
- name: Prepare upstream code
run: make upstream
- name: Setup SSH key
uses: webfactory/[email protected]
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.5.0
- name: Prepare upstream code
run: make upstream
- name: Setup SSH key
uses: webfactory/[email protected]
with:
Expand Down

0 comments on commit 13f6190

Please sign in to comment.