mirror of
https://github.com/Maks1mS/devcontainers-features.git
synced 2025-10-13 07:55:04 +03:00
wip
This commit is contained in:
22
.github/workflows/test.yaml
vendored
22
.github/workflows/test.yaml
vendored
@@ -13,12 +13,9 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
features:
|
||||
- color
|
||||
- hello
|
||||
- wine
|
||||
baseImage:
|
||||
- debian:latest
|
||||
- ubuntu:latest
|
||||
- mcr.microsoft.com/devcontainers/base:ubuntu
|
||||
- mcr.microsoft.com/devcontainers/base:debian
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
@@ -34,8 +31,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
features:
|
||||
- color
|
||||
- hello
|
||||
- wine
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
@@ -44,15 +40,3 @@ jobs:
|
||||
|
||||
- name: "Generating tests for '${{ matrix.features }}' scenarios"
|
||||
run: devcontainer features test -f ${{ matrix.features }} --skip-autogenerated --skip-duplicated .
|
||||
|
||||
test-global:
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: "Install latest devcontainer CLI"
|
||||
run: npm install -g @devcontainers/cli
|
||||
|
||||
- name: "Testing global scenarios"
|
||||
run: devcontainer features test --global-scenarios-only .
|
||||
|
Reference in New Issue
Block a user