AymenMach / CodeBlock-SOEN341_Project_F24

Fall 2024 Web Development Project SOEN341 FL-X
0 stars 0 forks source link

Task 2.13 - Set Up CI Pipeline Using GitHub Actions for Node.js Testing #44

Open ImNotNihal opened 11 hours ago

ImNotNihal commented 11 hours ago

Configure GitHub Actions to set up a CI pipeline that runs tests for the Node.js backend on every commit and pull request.

ImNotNihal commented 11 hours ago

Acceptance Criteria: CI pipeline is set up to run Node.js tests. Pipeline is automatically triggered on commits and pull requests. Related User Story: US 2.5