Skip to content

Commit 2f998d8

Browse files
committed
Just test ubuntu-latest
1 parent b27cc32 commit 2f998d8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

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

1111
build:
1212

13-
runs-on: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04 ]
13+
runs-on: ubuntu-latest
14+
1415
steps:
1516
- uses: actions/checkout@v2
1617
- name: Build the Docker image

.github/workflows/docker-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
./build.sh
2222
- name: Info on Docker images
2323
run: |
24+
docker -v
2425
docker images
2526
- name: Run the Docker image
2627
run: |
@@ -30,4 +31,4 @@ jobs:
3031
ls -alt
3132
ls -alt output
3233
ls -alt output/C2*
33-
cat output/C2_*/report.json
34+
cat output/C2*/report.json

0 commit comments

Comments
 (0)