We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83dfb9 commit 7e5da57Copy full SHA for 7e5da57
.github/workflows/test.yaml
@@ -43,7 +43,7 @@ jobs:
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 .
+ run: devcontainer features test -f ${{ matrix.features }} --skip-autogenerated --skip-duplicated .
47
48
test-global:
49
runs-on: ubuntu-latest
0 commit comments