Skip to content

Commit aacd91e

Browse files
author
Richard Cunningham
committed
Autogen test for terminal-history
1 parent 9aef85f commit aacd91e

File tree

1 file changed

+57
-58
lines changed

1 file changed

+57
-58
lines changed

.github/workflows/test.yaml

Lines changed: 57 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,57 @@
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+
- terminal-history
17+
baseImage:
18+
- debian:latest
19+
- ubuntu:latest
20+
- mcr.microsoft.com/devcontainers/base:ubuntu
21+
steps:
22+
- uses: actions/checkout@v4
23+
24+
- name: "Install latest devcontainer CLI"
25+
run: npm install -g @devcontainers/cli
26+
27+
- name: "Generating tests for '${{ matrix.features }}' against '${{ matrix.baseImage }}'"
28+
run: devcontainer features test --skip-scenarios -f ${{ matrix.features }} -i ${{ matrix.baseImage }} .
29+
30+
# test-scenarios:
31+
# runs-on: ubuntu-latest
32+
# continue-on-error: true
33+
# strategy:
34+
# matrix:
35+
# features:
36+
# - color
37+
# - hello
38+
# steps:
39+
# - uses: actions/checkout@v4
40+
#
41+
# - name: "Install latest devcontainer CLI"
42+
# run: npm install -g @devcontainers/cli
43+
#
44+
# - name: "Generating tests for '${{ matrix.features }}' scenarios"
45+
# run: devcontainer features test -f ${{ matrix.features }} --skip-autogenerated --skip-duplicated .
46+
#
47+
# test-global:
48+
# runs-on: ubuntu-latest
49+
# continue-on-error: true
50+
# steps:
51+
# - uses: actions/checkout@v4
52+
#
53+
# - name: "Install latest devcontainer CLI"
54+
# run: npm install -g @devcontainers/cli
55+
#
56+
# - name: "Testing global scenarios"
57+
# run: devcontainer features test --global-scenarios-only .

0 commit comments

Comments
 (0)