Skip to content

Commit

Permalink
fix: bump splunk/addonfactory-test-matrix-action to v1.9 (#152)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
artemrys authored May 29, 2023
1 parent e0d23c0 commit 080edd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
type=ref,event=pr
- name: matrix
id: matrix
uses: splunk/addonfactory-test-matrix-action@v1.8
uses: splunk/addonfactory-test-matrix-action@v1.9

fossa-scan:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 080edd5

Please sign in to comment.