Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
devcontainer-features
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eazydevelop-devcontainer-temp
devcontainer-features
Commits
038bed3d
Unverified
Commit
038bed3d
authored
Aug 29, 2023
by
eitsupi
Committed by
GitHub
Aug 29, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: remove `ubuntu:bionic` from test matrixes (#677)
ci: remove ubuntu:bionic from test matrixes
parent
96bff009
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
test-all.yaml
.github/workflows/test-all.yaml
+1
-2
test-pr.yaml
.github/workflows/test-pr.yaml
+1
-2
No files found.
.github/workflows/test-all.yaml
View file @
038bed3d
...
@@ -42,7 +42,6 @@ jobs:
...
@@ -42,7 +42,6 @@ jobs:
]
]
baseImage
:
baseImage
:
[
[
"
ubuntu:bionic"
,
"
ubuntu:focal"
,
"
ubuntu:focal"
,
"
ubuntu:jammy"
,
"
ubuntu:jammy"
,
"
debian:11"
,
"
debian:11"
,
...
@@ -112,4 +111,4 @@ jobs:
...
@@ -112,4 +111,4 @@ jobs:
run
:
npm install -g @devcontainers/cli
run
:
npm install -g @devcontainers/cli
-
name
:
"
Testing
global
scenarios"
-
name
:
"
Testing
global
scenarios"
run
:
devcontainer features test --global-scenarios-only .
run
:
devcontainer features test --global-scenarios-only .
\ No newline at end of file
.github/workflows/test-pr.yaml
View file @
038bed3d
...
@@ -49,7 +49,6 @@ jobs:
...
@@ -49,7 +49,6 @@ jobs:
features
:
${{ fromJSON(needs.detect-changes.outputs.features) }}
features
:
${{ fromJSON(needs.detect-changes.outputs.features) }}
baseImage
:
baseImage
:
[
[
"
ubuntu:bionic"
,
"
ubuntu:focal"
,
"
ubuntu:focal"
,
"
ubuntu:jammy"
,
"
ubuntu:jammy"
,
"
debian:11"
,
"
debian:11"
,
...
@@ -80,4 +79,4 @@ jobs:
...
@@ -80,4 +79,4 @@ jobs:
run
:
npm install -g @devcontainers/cli
run
:
npm install -g @devcontainers/cli
-
name
:
"
Testing
'${{
matrix.features
}}'
scenarios"
-
name
:
"
Testing
'${{
matrix.features
}}'
scenarios"
run
:
devcontainer features test -f ${{ matrix.features }} --skip-autogenerated .
run
:
devcontainer features test -f ${{ matrix.features }} --skip-autogenerated .
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment