Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
johzchen committed Nov 1, 2020
1 parent a3901ae commit a9d612b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
working-directory: ./api
run: |
export GO111MOUDULE=on
export APISIX_CONF_PATH=$PWD/conf/conf.json
sed -i 's/8080/\# 8088/' conf/conf.json
export APISIX_CONF_PATH=$PWD/conf
sed -i 's/8080/8088/' conf/conf.json
go build -o ./manager-api
./manager-api > ./api.log 2>&1 &
sleep 2
Expand Down

0 comments on commit a9d612b

Please sign in to comment.