Skip to content

Commit b5dfe42

Browse files
committed
Rename ci.yml to test.yaml
1 parent a1c9b00 commit b5dfe42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/ci.yml renamed to .github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,14 @@ jobs:
3030
cd
3131
- uses: actions/checkout@v2
3232
with:
33+
path: ModSecurity-nginx
3334
fetch-depth: 1
3435
- name: Get Nginx source
3536
uses: actions/checkout@v3
3637
with:
3738
repository: nginx/nginx
3839
path: nginx
40+
fetch-depth: 1
3941
- name: Build nginx
4042
working-directory: nginx
4143
run: |

0 commit comments

Comments
 (0)