diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0e4f4aa..fdffea3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: - name: Run test run: | dir=$(pwd) - cd ${{ matrix.node }} + cd ${{matrix.node}} docker build -t clearlinux/${{ matrix.node }} . cd $dir if [ -d "./tests/${{ matrix.node }}" ]; then cd tests; make ${{ matrix.node }}; fi