Skip to content

Commit 47cf767

Browse files
Remove extraneous space
1 parent dffb24e commit 47cf767

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- run: npm install -g @devcontainers/cli
27-
- run: devcontainer features test -f ${{ matrix.features }} -i ${{ matrix.baseImage }} --skip-scenarios .
27+
- run: devcontainer features test -f ${{ matrix.features }} -i ${{ matrix.baseImage }} --skip-scenarios .
2828
test-scenarios:
2929
name: Feature ${{ matrix.features }}
3030
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)