File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 42
42
]
43
43
baseImage :
44
44
[
45
- " ubuntu:bionic" ,
46
45
" ubuntu:focal" ,
47
46
" ubuntu:jammy" ,
48
47
" debian:11" ,
@@ -112,4 +111,4 @@ jobs:
112
111
run : npm install -g @devcontainers/cli
113
112
114
113
- name : " Testing global scenarios"
115
- run : devcontainer features test --global-scenarios-only .
114
+ run : devcontainer features test --global-scenarios-only .
Original file line number Diff line number Diff line change 49
49
features : ${{ fromJSON(needs.detect-changes.outputs.features) }}
50
50
baseImage :
51
51
[
52
- " ubuntu:bionic" ,
53
52
" ubuntu:focal" ,
54
53
" ubuntu:jammy" ,
55
54
" debian:11" ,
80
79
run : npm install -g @devcontainers/cli
81
80
82
81
- name : " Testing '${{ matrix.features }}' scenarios"
83
- run : devcontainer features test -f ${{ matrix.features }} --skip-autogenerated .
82
+ run : devcontainer features test -f ${{ matrix.features }} --skip-autogenerated .
You can’t perform that action at this time.
0 commit comments