Skip to content

Commit

Permalink
测试
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jun 27, 2022
1 parent a04c4c1 commit 12c2241
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app-mysql8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sudo bash scripts/install_dev.sh
- name: Install MySQL80
run: |
SYS_MAKEJN="-j12"
SYS_MAKEJN=-j12
cd /www/server/mdserver-web/plugins/mysql && sudo bash install.sh install 8.0
- name: Start DEBUG
run: |
Expand Down
55 changes: 0 additions & 55 deletions .github/workflows/python-app-php53.yml

This file was deleted.

4 changes: 2 additions & 2 deletions plugins/php/versions/72/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ else
fi

# 加快测试速度 For Github Action
MAKEJN="${SYS_MAKEJN:-'-j2'}"
echo "SYS_MAKEJN:$MAKEJN"
MAKEJN="${MAKEJN:--j2}"
echo "MAKEJN:$MAKEJN"

if [ ! -d $serverPath/php/72 ];then
cd $sourcePath/php/php${PHP_VER} && ./configure \
Expand Down

0 comments on commit 12c2241

Please sign in to comment.