test docker:dind
Release / test_build (push) Failing after 7s
Details
Release / test_build (push) Failing after 7s
Details
parent
01af9c0d9d
commit
7ac5c0454e
|
@ -7,7 +7,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
test_build:
|
test_build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: docker:latest
|
container: docker:dind
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies # not present in `docker` container
|
- name: Install dependencies # not present in `docker` container
|
||||||
run: apk add --no-cache git nodejs
|
run: apk add --no-cache git nodejs
|
||||||
|
|
Loading…
Reference in New Issue