We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519d389 commit 19129cbCopy full SHA for 19129cb
.github/workflows/ngx_php.yml
@@ -1,3 +1,4 @@
1
+name: actions-build
2
on:
3
push:
4
branches: [ master ]
.travis/test.sh
@@ -11,4 +11,7 @@ if [ -d "${NGX_MODULE_PATH}" ]; then
11
done
12
export TEST_NGINX_LOAD_MODULES
13
fi
14
+
15
+TRAVIS_BUILD_DIR=`pwd`
16
+export TRAVIS_BUILD_DIR
17
prove -r t
0 commit comments