services: app: image: ghcr.io/foundry-rs/foundry:latest working_dir: /workspace volumes: - ./:/workspace command: >- sh -lc "forge install || true; forge build && forge test -vvv && echo FOUNDRY_TESTS_PASSED || echo FOUNDRY_TESTS_FAILED"