Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lesson 12: Matrix Job issue #41

Open
DeclanRodgers opened this issue Jan 30, 2023 · 1 comment
Open

Lesson 12: Matrix Job issue #41

DeclanRodgers opened this issue Jan 30, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@DeclanRodgers
Copy link

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 DeclanRodgers changed the title Lesson 8: Matrix Job issue Lesson 12: Matrix Job issue Jan 30, 2023
@cschleiden
Copy link
Owner

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 cschleiden added bug Something isn't working labels Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants