Skip to content

Commit

Permalink
remove unused tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed May 19, 2024
1 parent 26b98a6 commit 25979ba
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 77 deletions.
32 changes: 1 addition & 31 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
strategy:
matrix:
features:
- color
- hello
- foundry
baseImage:
- debian:latest
- ubuntu:latest
Expand All @@ -27,32 +26,3 @@ jobs:

- name: "Generating tests for '${{ matrix.features }}' against '${{ matrix.baseImage }}'"
run: devcontainer features test --skip-scenarios -f ${{ matrix.features }} -i ${{ matrix.baseImage }} .

test-scenarios:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
features:
- color
- hello
steps:
- uses: actions/checkout@v3

- name: "Install latest devcontainer CLI"
run: npm install -g @devcontainers/cli

- 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 .
33 changes: 0 additions & 33 deletions test/_global/color_and_hello.sh

This file was deleted.

13 changes: 0 additions & 13 deletions test/_global/scenarios.json

This file was deleted.

0 comments on commit 25979ba

Please sign in to comment.