Skip to content

Commit

Permalink
Combine steps
Browse files Browse the repository at this point in the history
  • Loading branch information
nialdaly committed Jan 9, 2025
1 parent 8824dfe commit 1b6524c
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,10 @@ jobs:
- name: Build and run tests
run: just build

- name: Get cloud-provider-kind repo
run: |
git clone https://github.com/kubernetes-sigs/cloud-provider-kind
- name: Generate cloud-provider-kind cache key
- name: Get cloud-provider-kind repo and generate cache key
id: cloud-provider-kind-cache-key
run: |
git clone https://github.com/kubernetes-sigs/cloud-provider-kind
echo "hash=$(cd cloud-provider-kind && git rev-parse HEAD)" >> $GITHUB_OUTPUT
- name: Cache cloud-provider-kind image
Expand Down Expand Up @@ -98,13 +95,10 @@ jobs:
- name: Build and run tests
run: just build

- name: Get cloud-provider-kind repo
run: |
git clone https://github.com/kubernetes-sigs/cloud-provider-kind
- name: Generate cloud-provider-kind cache key
- name: Get cloud-provider-kind repo and generate cache key
id: cloud-provider-kind-cache-key
run: |
git clone https://github.com/kubernetes-sigs/cloud-provider-kind
echo "hash=$(cd cloud-provider-kind && git rev-parse HEAD)" >> $GITHUB_OUTPUT
- name: Cache cloud-provider-kind image
Expand Down

0 comments on commit 1b6524c

Please sign in to comment.