Use these files to demonstrate running a job with a matrix strategy.
- Create a new repo.
- Add the files from this directory to the root of the new repo.
- Move the
nodejs-matrix.ymlfile into the.github/workflowsdirectory in the new repo. - On the Actions tab, use the dispatch trigger to run the workflow.
- Wait until the workflow completes.
- Review the output of the workflow to see the combination of jobs.
- Review the output of a few jobs to see how the matrix configurations for platform and node version were applied.
- Also, review the output of the test step to see the differences for each platform.