ACCESS-NRI / model-config-tests

Tests for checking model configurations
Apache License 2.0
0 stars 1 forks source link

Running a Configuration on a Commit Hash Rather Than a Branch Fails #81

Closed CodeGat closed 1 month ago

CodeGat commented 1 month ago

Background

See https://github.com/ACCESS-NRI/access-om3-configs/actions/runs/11431185640/job/31799822071#step:4:82, workflow inputs found here https://github.com/ACCESS-NRI/access-om3-configs/actions/runs/11431185640/job/31799822071#step:1:27

Specifically, using a commit hash rather than a branch means that the initial clone of the configuration repository fails to checkout the given commit. The failed step is here: https://github.com/ACCESS-NRI/access-om3-configs/actions/runs/11431185640/job/31799822071#step:4:10.

TODO

Verify that the commits referenced actually exist.

Potential fixes: