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 sequential testing #64

Closed R055A closed 2 years ago

R055A commented 2 years ago

Description

This fix replaces the following missing statement for setting sequential testing in line 118 in .github/workflows/node.js.yml:

max-parallel: 1

This fix applies to CI and CD for push and manual workflow dispatch events for the main branch in the main repository.

Related Issue

Solves #63

Type of change

Checklist:

For more information, refer to the Contributing Guidelines and Code of Conduct links at the bottom of this page.