HELP WITH >>> GitHub Actions & Tutorial On Automated Testing

What do they mean by “paste the following content inside the file” ?
Is there a way to actually do this through the terminal?
Because I cannot open this actual file that I just created (unittests.yaml) in VS code, unless I need a special extension or something, Please help I’m lost and don’t know what to do. Thank you.

I changed to the new directory (cd workflows), then created the file (touch unittests.yaml) to enter the text into my file I entered ( echo " COPY AND PASTE FUNCTION PROVIDED HERE" >> unittests.yaml)

So you’re just missing the echo step at the end :slight_smile:

Thanks for answering, this was a few wks back and after a large amount of research on google I was able to figure it out. I appreciate your response!

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.