Skip to content

Commit 699769f

Browse files
test=document_fix
1 parent 1019949 commit 699769f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_Linux-DCU.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
home_dir: ${{ github.workspace }}/../../../..
5959
run: |
60+
set -x
6061
container_name=${TASK}-$(date +%Y%m%d-%H%M%S)
6162
echo "container_name=${container_name}" >> ${{ github.env }}
6263
docker run --ulimit nofile=102400:102400 -d -t --name ${container_name} \

0 commit comments

Comments
 (0)