Skip to content

Commit 474bf32

Browse files
committed
Add docker test
1 parent 42ec873 commit 474bf32

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/docker_test1.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Dockerized NodeJs App
2+
on: push
3+
4+
jobs:
5+
docker-steps:
6+
# Docker containers can only run on ubuntu, it cannot run on Mac or Windows.
7+
runs-on: ubuntu-latest
8+
container:
9+
image: docker://10.2-devel-ubuntu16.04
10+
steps:
11+
- name: Log running docker containers
12+
run: docker -ps

0 commit comments

Comments
 (0)