The GitHub Actions job "CI" on grails-core.git/fix/embedded-mongo-replica-set has failed. Run started by GitHub user codeconsole (triggered by codeconsole).
Head commit for run: 663a2ac1da077d1b351c89700d54adbb14d99e99 / Scott Murphy <[email protected]> Cache the mongod the embedded MongoDB runs Flapdoodle downloads a real MongoDB the first time a build asks for one and keeps it under ~/.embedmongo, which no job cached - so every one of them fetched it again from fastdl.mongodb.org. The specifications that moved onto an embedded replica set hand that download to more jobs than before, and a build should not depend on a third-party host being reachable to run its tests. The archive changes only when the version the backend asks for does, so it sits under the key the dependency jars already use. Report URL: https://github.com/apache/grails-core/actions/runs/32535085626 With regards, GitHub Actions via GitBox
