Skip to content

Commit 9aef85f

Browse files
author
Richard Cunningham
committed
temp ignore default tests
1 parent 777d821 commit 9aef85f

File tree

1 file changed

+58
-58
lines changed

1 file changed

+58
-58
lines changed

.github/workflows/test.yaml

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,58 @@
1-
name: "CI - Test Features"
2-
on:
3-
push:
4-
branches:
5-
- main
6-
pull_request:
7-
workflow_dispatch:
8-
9-
jobs:
10-
test-autogenerated:
11-
runs-on: ubuntu-latest
12-
continue-on-error: true
13-
strategy:
14-
matrix:
15-
features:
16-
- color
17-
- hello
18-
baseImage:
19-
- debian:latest
20-
- ubuntu:latest
21-
- mcr.microsoft.com/devcontainers/base:ubuntu
22-
steps:
23-
- uses: actions/checkout@v4
24-
25-
- name: "Install latest devcontainer CLI"
26-
run: npm install -g @devcontainers/cli
27-
28-
- name: "Generating tests for '${{ matrix.features }}' against '${{ matrix.baseImage }}'"
29-
run: devcontainer features test --skip-scenarios -f ${{ matrix.features }} -i ${{ matrix.baseImage }} .
30-
31-
test-scenarios:
32-
runs-on: ubuntu-latest
33-
continue-on-error: true
34-
strategy:
35-
matrix:
36-
features:
37-
- color
38-
- hello
39-
steps:
40-
- uses: actions/checkout@v4
41-
42-
- name: "Install latest devcontainer CLI"
43-
run: npm install -g @devcontainers/cli
44-
45-
- name: "Generating tests for '${{ matrix.features }}' scenarios"
46-
run: devcontainer features test -f ${{ matrix.features }} --skip-autogenerated --skip-duplicated .
47-
48-
test-global:
49-
runs-on: ubuntu-latest
50-
continue-on-error: true
51-
steps:
52-
- uses: actions/checkout@v4
53-
54-
- name: "Install latest devcontainer CLI"
55-
run: npm install -g @devcontainers/cli
56-
57-
- name: "Testing global scenarios"
58-
run: devcontainer features test --global-scenarios-only .
1+
# name: "CI - Test Features"
2+
# on:
3+
# push:
4+
# branches:
5+
# - main
6+
# pull_request:
7+
# workflow_dispatch:
8+
9+
# jobs:
10+
# test-autogenerated:
11+
# runs-on: ubuntu-latest
12+
# continue-on-error: true
13+
# strategy:
14+
# matrix:
15+
# features:
16+
# - color
17+
# - hello
18+
# baseImage:
19+
# - debian:latest
20+
# - ubuntu:latest
21+
# - mcr.microsoft.com/devcontainers/base:ubuntu
22+
# steps:
23+
# - uses: actions/checkout@v4
24+
25+
# - name: "Install latest devcontainer CLI"
26+
# run: npm install -g @devcontainers/cli
27+
28+
# - name: "Generating tests for '${{ matrix.features }}' against '${{ matrix.baseImage }}'"
29+
# run: devcontainer features test --skip-scenarios -f ${{ matrix.features }} -i ${{ matrix.baseImage }} .
30+
31+
# test-scenarios:
32+
# runs-on: ubuntu-latest
33+
# continue-on-error: true
34+
# strategy:
35+
# matrix:
36+
# features:
37+
# - color
38+
# - hello
39+
# steps:
40+
# - uses: actions/checkout@v4
41+
42+
# - name: "Install latest devcontainer CLI"
43+
# run: npm install -g @devcontainers/cli
44+
45+
# - name: "Generating tests for '${{ matrix.features }}' scenarios"
46+
# run: devcontainer features test -f ${{ matrix.features }} --skip-autogenerated --skip-duplicated .
47+
48+
# test-global:
49+
# runs-on: ubuntu-latest
50+
# continue-on-error: true
51+
# steps:
52+
# - uses: actions/checkout@v4
53+
54+
# - name: "Install latest devcontainer CLI"
55+
# run: npm install -g @devcontainers/cli
56+
57+
# - name: "Testing global scenarios"
58+
# run: devcontainer features test --global-scenarios-only .

0 commit comments

Comments
 (0)