Skip to content

Commit e10eca1

Browse files
committed
fix
1 parent db76e16 commit e10eca1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nginx.conf-test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v5
1616
- name: Test Nginx configuration
17-
run: nginx -t -c $(pwd)/nginx.conf
17+
run: |
18+
echo "http { include 'nginx.conf'; }" > default.conf
19+
nginx -t -c $(pwd)/default.conf

0 commit comments

Comments
 (0)