We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0600dd3 commit 6f39a29Copy full SHA for 6f39a29
3 files changed
.github/workflows/test.yaml
@@ -26,15 +26,3 @@ jobs:
26
27
- name: "Generating tests for '${{ matrix.features }}' against '${{ matrix.baseImage }}'"
28
run: devcontainer features test -f ${{ matrix.features }} -i ${{ matrix.baseImage }} .
29
-
30
- test-global:
31
- runs-on: ubuntu-latest
32
- continue-on-error: true
33
- steps:
34
- - uses: actions/checkout@v2
35
36
- - name: "Install latest devcontainer CLI"
37
- run: npm install -g @devcontainers/cli
38
39
- - name: "Testing global scenarios"
40
- run: devcontainer features test --global-scenarios-only .
test/_global/color_and_hello.sh
test/_global/scenarios.json
0 commit comments