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 8e06587 commit 7110392Copy full SHA for 7110392
.github/workflows/nginx-otel-module-check.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Install dependencies
14
run: |
15
sudo apt-get update
16
- sudo apt-get install -y cmake libc-ares-dev libre2-dev python3-venv
+ sudo apt-get install -y cmake libc-ares-dev libre2-dev
17
- name: Checkout nginx
18
uses: actions/checkout@v4
19
with:
@@ -44,7 +44,7 @@ jobs:
44
working-directory: tests
45
env:
46
TEST_NGINX_GLOBALS: |
47
- load_module ../build/ngx_otel_module.so;
+ load_module {{ github.workspace }}/build/ngx_otel_module.so;
48
49
python -m venv venv
50
source venv/bin/activate
0 commit comments