Update test.yml

This commit is contained in:
hongzhanchen
2020-01-10 19:03:37 +08:00
committed by ZhongbaoShi
parent f01708b8ee
commit 36039fa727
+1 -1
View File
@@ -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