mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-08-26 18:35:58 +00:00
Update test.yml
This commit is contained in:
committed by
ZhongbaoShi
parent
f01708b8ee
commit
36039fa727
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user