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 Pull Request CI Workflow #43

Closed R055A closed 2 years ago

R055A commented 2 years ago

Description

Currently the automated continuous integration workflow is not accessing secrets for pull requests when they are opened. This causes the CI tests to fail as the environment variables stored as secrets are required for successfully running and passing the automated tests. This can be misleading if the changes in the pull requests are not failing the same CI workflow tests in the development branches.

This pull request aims to try and fix this issue.

Related Issue

Solves #42

Type of change

How Has This Been Tested?

It is not possible to test given the resources available. To test this requires merging it to the master and then re-running the CI worjflows for all other existing pull requests.

Checklist: