mmbell / samurai

Spline Analysis at Mesoscale Utilizing Radar and Aircraft Instrumentation
GNU General Public License v3.0
13 stars 16 forks source link

Malfunctioned CI workflow #50

Closed sjsprecious closed 2 months ago

sjsprecious commented 2 months ago

According to the test PR here (https://github.com/mmbell/samurai/pull/49), the CI workflow is not set up correctly as I removed the CMakeLists.txt file but the test still passes.

The root cause is that in the Dockerfile, we always clone the SAMURAI code (https://github.com/mmbell/samurai/blob/main/Dockerfile#L11) first. In this way, we are actually testing the current main branch rather than the code changes in the PR.