AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: How many jobs will be executed in the following github video

Question 1 Be Honest
« Back   Next actions-gh-200 Certification Question »
Answer

Full Certification Question

How many jobs will be executed in the following workflow? jobs : matrix - job : runs - on : ubuntu - latest strategy : matrix : animal : [ cat , dog , bear ] color : [ black , brown ] steps : - run : echo "Hello ${{ matrix.color }} ${{ matrix.animal }}"