problem: integration test fails with "Cannot find '.git' directory"

This commit is contained in:
Igor Artamonov
2020-03-18 22:18:03 -04:00
committed by GitHub
parent 6cbaf664a6
commit 7455949541

View File

@@ -20,8 +20,9 @@ jobs:
integration-test:
runs-on: ubuntu-latest
# Docker Hub image that `container-job` executes in
container: node:10.18-jessie
# Docker Hub image that `container-job` executes in.
# Use -buster which comes with Git 2.20, because action/checkout needs Git 2.18+ to make correct clone (needed by Gradle version plugin)
container: node:12-buster
services:
redis:
image: redis