Skip to content

Commit 595cb23

Browse files
committed
Multiple tests
1 parent 6113c1a commit 595cb23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image-quickrun.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ jobs:
1010

1111
build:
1212

13-
runs-on: ubuntu-latest
14-
13+
runs-on: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04 ]
1514
steps:
1615
- uses: actions/checkout@v2
1716
- name: Build the Docker image
@@ -21,6 +20,7 @@ jobs:
2120
./build.sh
2221
- name: Info on Docker images
2322
run: |
23+
docker -v
2424
docker images
2525
- name: Run the Docker image
2626
run: |

0 commit comments

Comments
 (0)