SE701-T5 / Backend

Heroku deployed Node.js backend server developed by Team-5 for the UniForum project associated with the University of Auckland SOFTENG 701 course
https://uni-forum.herokuapp.com/
MIT License
2 stars 18 forks source link

Fix CI/CD Workflow for Main Repository #63

Closed R055A closed 2 years ago

R055A commented 2 years ago

There is a missing statement for setting sequential testing that should be in line 118 in .github/workflows/node.js.yml:

max-parallel: 1

This is the result from hours of trying different strategies for deploying to Heroku when push and manual workflows dispatch events are triggered in the main branch of the main repository while also keeping different strategies for pull request events to the main branch in the main repository and for push events to any branch in fork repositories.