Skip to content

Commit

Permalink
Merge pull request #265 from u5surf/fix_upstream_test_ci
Browse files Browse the repository at this point in the history
test: Fix upstream check test properly
  • Loading branch information
u5surf committed Mar 13, 2023
2 parents cfc59fa + 54867a8 commit dd6930c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,4 @@ jobs:
working-directory: nginx-module-vts
run: |
echo "/usr/local/nginx/sbin/" >> $GITHUB_PATH
sudo PATH=/usr/local/nginx/sbin:$PATH prove t/024.upstream_check.t
env:
TEST_UPSTREAM_CHECK: 1
TEST_NGINX_SLEEP: 1
sudo TEST_UPSTREAM_CHECK=1 TEST_NGINX_SLEEP=1 PATH=/usr/local/nginx/sbin:$PATH prove t/024.upstream_check.t

0 comments on commit dd6930c

Please sign in to comment.