cs481-ekh / s24-illiterate-librarians

MIT License
1 stars 0 forks source link

Setup github actions for calling build.sh and test.sh appropriately #74

Open ALackey-ai opened 8 months ago

ALackey-ai commented 8 months ago

Did some research on github actions, created the needed directory and file. Made a really good starting point for testing building and testing.

[t:45]

ALackey-ai commented 8 months ago

Something is going wrong with the github actions file I created but I'm not exactly sure what it is... Unfortunately it only runs the actions when I push to the branch but that's why I'm working on a task branch and not main I suppose. I'll keep debugging it later.

[t:20]

ALackey-ai commented 8 months ago

Found out the hard way that if I do a pull/merge into a feature branch that this task branch came from, I have to checkout the feature branch, then go back and checkout this branch before doing a rebase on this branch to update it with what the feature branch has. Thats kinda dumb.

After adding in the build and test scripts the github actions succeeded! nice.

[t:10]