Skip to content

Commit 080edd5

Browse files
authored
fix: bump splunk/addonfactory-test-matrix-action to v1.9 (#152)
splunk/[email protected] has a much smaller image (Python alpine versus plain Python) which will save a lot of time during the pipeline run. This meta job for example took over 2 minutes to run https://github.com/splunk/splunk-add-on-for-google-workspace/actions/runs/5092899462/jobs/9154853661?pr=449#step:2:53. The v1.9 version https://github.com/splunk/addonfactory-ucc-generator/actions/runs/5090618123/jobs/9149662805#step:2:1 took 3 seconds.
1 parent e0d23c0 commit 080edd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
type=ref,event=pr
192192
- name: matrix
193193
id: matrix
194-
uses: splunk/addonfactory-test-matrix-action@v1.8
194+
uses: splunk/addonfactory-test-matrix-action@v1.9
195195

196196
fossa-scan:
197197
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)