Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Autograding wont pass 5th step. #6

Open
ErnestKid opened this issue Oct 20, 2023 · 5 comments
Open

Autograding wont pass 5th step. #6

ErnestKid opened this issue Oct 20, 2023 · 5 comments

Comments

@ErnestKid
Copy link

The problem

Auto-grading shows a 5th step, "Finish", which can't be completed because you're finished the Copilot Primer.

Steps to reproduce:

  1. Use the template from the assignment on GitHub Education
  2. Continue completing the primer like usual
  3. Get to the finish page
  4. Go back to GitHub Education and click "Mark as complete"

You'll see that it says 5/6 possible marks.

@ErnestKid ErnestKid changed the title Autograding wont pass 6th step. Autograding wont pass 5th step. Oct 20, 2023
@S-H-Go
Copy link

S-H-Go commented Nov 2, 2023

Maybe you didn't write // Create web server correctly in your comments.js file.
I had the same problem, and then realized that I wrote // Create web server as //Create web server, which caused Github Actions not to execute correctly.

@ErnestKid
Copy link
Author

Maybe you didn't write // Create web server correctly in your comments.js file. I had the same problem, and then realized that I wrote // Create web server as //Create web server, which caused Github Actions not to execute correctly.

Nope. I looked at my repo and it says // Create web server

@S-H-Go
Copy link

S-H-Go commented Nov 4, 2023

Here's a screenshot of my repository Actions, you can see that when I submit f3e75cc, the 'Github Classroom Workflow' fails. Then I tried changing the comment.js file content and submitting it again and it succeeded.

My success may not have anything to do with // Create web server (as the 'Step 4,Add ...' for submitting 'f3e75cc' was successful), just because I submitted it again. In fact, I am not quite getting it.

Maybe you just need to change the file and recommit it once. Remember to git pull before changing the file.
Hopefully this will work for you.

image

@Jonnie-Dev
Copy link

Facing same issue here

@Jonnie-Dev
Copy link

Fixed: Just create a new commit on the final stage and push

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants