tests again
This commit is contained in:
parent
f1cd46e277
commit
3770f74237
1 changed files with 5 additions and 5 deletions
|
|
@ -23,8 +23,8 @@ jobs:
|
|||
- name: Install Docker and Node.js
|
||||
run: |
|
||||
apk update
|
||||
apk add --no-cache docker-cli nodejs npm git bash
|
||||
rc-service docker start
|
||||
apk add --no-cache docker docker-compose nodejs npm git bash
|
||||
dockerd &
|
||||
sleep 5
|
||||
docker version
|
||||
node --version
|
||||
|
|
@ -60,15 +60,15 @@ jobs:
|
|||
|
||||
manifest:
|
||||
needs: build-and-push
|
||||
runs-on: amd64-docker
|
||||
runs-on: amd64
|
||||
container:
|
||||
image: alpine:edge
|
||||
steps:
|
||||
- name: Install Docker and Node.js
|
||||
run: |
|
||||
apk update
|
||||
apk add --no-cache docker-cli nodejs npm git bash
|
||||
rc-service docker start
|
||||
apk add --no-cache docker docker-compose nodejs npm git bash
|
||||
dockerd &
|
||||
sleep 5
|
||||
docker version
|
||||
node --version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue