conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 18 forks source link

Fix Docker Compose for GitHub Actions #411

Closed gabalafou closed 1 month ago

gabalafou commented 1 month ago

I think our test-conda-store-ui job is failing because we try to run docker-compose but GitHub recently started removing v1 of Docker Compose, so we should run the v2 command, which is without the hyphen now:

docker compose
gabalafou commented 1 month ago

Possibly related to CI failure on #401.

I think there were actually two issues with #401. I think that the yarn.lock file I was generating locally did not match the lock file generated on CI, and then on top of that, I think it was failing because of this Docker Compose issue.