cschleiden / github-actions-hero

🚧 Interactive tutorial and visualizer for GitHub Actions workflows 🚧
https://github-actions-hero.now.sh
MIT License
106 stars 19 forks source link

Lesson 12: Matrix Job issue #41

Open DeclanRodgers opened 1 year ago

DeclanRodgers commented 1 year ago

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".

cschleiden commented 1 year ago

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.