cs481-ekh / s24-illiterate-librarians

MIT License
1 stars 0 forks source link

Setup GitHub actions basic file #78

Closed ALackey-ai closed 7 months ago

ALackey-ai commented 7 months ago

I think this is a good start. I have the GitHub actions extension installed so it says there are no blatant syntax errors in this workflows file but obviously we won't know until it runs. Unfortunately, GitHub won't recognize this file to let me run it in the actions tab manually until it's on main it looks like. Not a huge deal, I can fix it from there if needed.

ALackey-ai commented 7 months ago

Looks like the npm test was something that has to be customized and added as its own file or something. I don't think we need it right now so I will remove it.

ALackey-ai commented 7 months ago

So on the bright side of things its running the github actions whenever I push to this branch with this pull request but on the downside I don't know why the actions are failing...

ALackey-ai commented 7 months ago

Okay part of the problem is that the build and test scripts are set to fail right now. So I might need to wait for the pull request on that task to be approved before continuing to debug