problem: integration test fails with "Cannot find '.git' directory"
This commit is contained in:
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
@@ -20,8 +20,9 @@ jobs:
|
|||||||
|
|
||||||
integration-test:
|
integration-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# Docker Hub image that `container-job` executes in
|
# Docker Hub image that `container-job` executes in.
|
||||||
container: node:10.18-jessie
|
# 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:
|
services:
|
||||||
redis:
|
redis:
|
||||||
image: redis
|
image: redis
|
||||||
|
|||||||
Reference in New Issue
Block a user