From 728398ac868c75bf5d1440b44fed46cc2a08e474 Mon Sep 17 00:00:00 2001 From: potats0 <42128471+potats0@users.noreply.github.com> Date: Thu, 6 Jul 2023 17:24:03 +0800 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 72edef4..42659b2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -38,6 +38,6 @@ jobs: - name: run test::Nginx run: | - whereis openresty - export PATH=/usr/local/openresty/bin:$PATH - prove -t + export PATH=/usr/local/openresty/nginx/sbin:$PATH + openresty -v + sudo prove -t