CS3219-AY2324S1 / ay2324s1-course-assessment-g11

ay2324s1-course-assessment-g11 created by GitHub Classroom
MIT License
3 stars 2 forks source link

Add build simulation step to integration workflow #150

Closed yhtMinceraft1010X closed 11 months ago

yhtMinceraft1010X commented 11 months ago

During the production deployment, building Docker images sometimes fail due to errors in the source code. Production deployment tends to take around 20 minutes so it is important to minimise retries.

Let's add a build simulation step in CI to test the TypeScript compilation and allow us to rule out TypeScript compilation errors if the production deployment workflow were to fail again.