github-actions-hero icon indicating copy to clipboard operation
github-actions-hero copied to clipboard

Lesson 12: Matrix Job issue

Open DeclanRodgers opened this issue 2 years ago • 1 comments

I'm new to learning Github Actions. For this lesson, I put in what I thought was the correct answer:

 matrix:
        version: [8, 10, 12]
        component: [frontend, backend]

image

I don't get an error, but it doesn't let me proceed. I had a look through the source and can see the result must contain "frontend" and "backend".

DeclanRodgers avatar Jan 30 '23 09:01 DeclanRodgers

Your solution is correct, I think that's a bug in the code determining whether the solution is correct or now. There have been some issues with the last few lessons.

cschleiden avatar Jan 30 '23 21:01 cschleiden