Increase test coverage to verify that archive file on the controller can be relocated #1433
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: CI | |
on: | |
push: | |
branches: | |
- archivefile_location_issue | |
pull_request: | |
schedule: | |
- cron: '0 6 * * *' | |
jobs: | |
ci: | |
uses: ansible-middleware/github-actions/.github/workflows/ci.yml@main | |
secrets: inherit | |
with: | |
fqcn: 'middleware_automation/wildfly' | |
molecule_tests: >- | |
[ "default", "prospero", "yaml_config_validation", "install_options", "colocated_cluster", "custom_confifg_file" ] |