Skip to content

Commit a44a581

Browse files
test: add more TAs while running build TAs Regression Test (#1842)
**Issue number:** ### PR Type **What kind of change does this PR introduce?** * [ ] Feature * [ ] Bug Fix * [ ] Refactoring (no functional or API changes) * [ ] Documentation Update * [x] Maintenance (dependency updates, CI, etc.) ## Summary ### Changes More TAs verified during testing. ### User experience N/A ## Checklist If an item doesn't apply to your changes, leave it unchecked. ### Review * [x] self-review - I have performed a self-review of this change according to the [development guidelines](https://splunk.github.io/addonfactory-ucc-generator/contributing/#development-guidelines) * [ ] Changes are documented. The documentation is understandable, examples work [(more info)](https://splunk.github.io/addonfactory-ucc-generator/contributing/#documentation-guidelines) * [ ] PR title and description follows the [contributing principles](https://splunk.github.io/addonfactory-ucc-generator/contributing/#pull-requests) * [ ] meeting - I have scheduled a meeting or recorded a demo to explain these changes (if there is a video, put a link below and in the ticket) ### Tests See [the testing doc](https://splunk.github.io/addonfactory-ucc-generator/contributing/#build-and-test). * [ ] Unit - tests have been added/modified to cover the changes * [ ] Smoke - tests have been added/modified to cover the changes * [ ] UI - tests have been added/modified to cover the changes * [ ] coverage - I have checked the code coverage of my changes [(see more)](https://splunk.github.io/addonfactory-ucc-generator/contributing/#checking-the-code-coverage) * [x] Regression build - tests have been added/modified **Demo/meeting:** *Reviewers are encouraged to request meetings or demos if any part of the change is unclear*
1 parent 6b31404 commit a44a581

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ta-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ jobs:
7474
"splunk/splunk-add-on-for-microsoft-office-365",
7575
"splunk/splunk-add-on-for-salesforce",
7676
"splunk/splunk-add-on-for-servicenow",
77-
"splunk/splunk-add-on-for-mysql"
77+
"splunk/splunk-add-on-for-mysql",
78+
"splunk/splunk-add-on-for-cisco-asa",
79+
"splunk/splunk-add-on-for-unix-and-linux"
7880
]' >> $GITHUB_OUTPUT
7981
echo "EOF" >> $GITHUB_OUTPUT
8082
fi

0 commit comments

Comments
 (0)