Automatically populate tests from a defined directory into the workflow
This workflow creates a matrix of tests dynamically based off of the YAML files available in a directory (in this case, and most, the /testdriver directory)
This workflow:
Runs on each push to the "main" branch & every day at midnight
Dynamically gathers .yml files from the /testdriver directory to create a matrix of tests
Runs the matrix of tests in parallel
Each test in the matrix will download the Arc browser installer