Skip to content

Commit 19129cb

Browse files
author
Quan Zhao
committed
[workflow] Fixed
1 parent 519d389 commit 19129cb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

‎.github/workflows/ngx_php.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: actions-build
12
on:
23
push:
34
branches: [ master ]

‎.travis/test.sh‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ if [ -d "${NGX_MODULE_PATH}" ]; then
1111
done
1212
export TEST_NGINX_LOAD_MODULES
1313
fi
14+
15+
TRAVIS_BUILD_DIR=`pwd`
16+
export TRAVIS_BUILD_DIR
1417
prove -r t

0 commit comments

Comments
(0)