Skip to content

Commit 9c15a56

Browse files
committed
fix: Use separate go caches for mac amd64/arm64
1 parent 0a43483 commit 9c15a56

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ec2-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
-var="ssh_key_value=${{env.PRIVATE_KEY}}" \
137137
-var="test_dir=${{ matrix.arrays.test_dir }}" \
138138
-var="test_name=${{ matrix.arrays.os }}" \
139-
-var="test_func=${{ matrix.arrays.testFunc }}" \
139+
-var="test_run_filter=${{ matrix.arrays.testRunFilter }}" \
140140
-var="is_onprem=${{ inputs.is_onprem_test }}" \
141141
$TEST_BINARIES_VAR \
142142
-var="user=${{ matrix.arrays.username }}"; then

.github/workflows/test-build-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
path: |
116116
~/Library/Caches/go-build
117117
~/go/pkg/mod
118-
key: v1-go-pkg-mod-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
118+
key: v1-go-pkg-mod-${{ runner.os }}-${{ matrix.arch }}-${{ hashFiles('**/go.sum') }}
119119

120120
- name: Build Binaries
121121
if: contains(inputs.BucketKey, 'test') == false || steps.cached_binaries.outputs.cache-hit == false

0 commit comments

Comments
 (0)