From 47cf7670b66e2cbb9054b7ac5ab3a37ba1709abb Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Thu, 10 Oct 2024 14:05:57 -0400 Subject: [PATCH] Remove extraneous space --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b6e86e7..54c712e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: npm install -g @devcontainers/cli - - run: devcontainer features test -f ${{ matrix.features }} -i ${{ matrix.baseImage }} --skip-scenarios . + - run: devcontainer features test -f ${{ matrix.features }} -i ${{ matrix.baseImage }} --skip-scenarios . test-scenarios: name: Feature ${{ matrix.features }} runs-on: ubuntu-latest