Skip to content

Commit 7e5da57

Browse files
authored
test-scenarios shoud ignore duplicated tests (#71)
1 parent f83dfb9 commit 7e5da57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: npm install -g @devcontainers/cli
4444

4545
- name: "Generating tests for '${{ matrix.features }}' scenarios"
46-
run: devcontainer features test -f ${{ matrix.features }} --skip-autogenerated .
46+
run: devcontainer features test -f ${{ matrix.features }} --skip-autogenerated --skip-duplicated .
4747

4848
test-global:
4949
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)