Skip to content

Commit a221c27

Browse files
test(*): Remove testing scripts as it make vulnaribility tests failed
1 parent d744295 commit a221c27

File tree

3 files changed

+3
-117
lines changed

3 files changed

+3
-117
lines changed

.github/workflows/test-suite.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,10 @@ jobs:
101101
run: |
102102
ddev create-watcher
103103
cd ${{ github.workspace }}/.ddev
104-
ddev crowdsec-prepend-nginx
104+
ddev nginx-config custom_files/crowdsec-prepend-nginx-site.conf
105105
cd ${{ github.workspace }}
106+
cp .ddev/custom_files/crowdsec/cache-actions.php my-own-modules/crowdsec-php-lib/scripts/public/cache-actions.php
107+
cp .ddev/custom_files/crowdsec/geolocation-test.php my-own-modules/crowdsec-php-lib/scripts/public/geolocation-test.php
106108
cp .ddev/custom_files/crowdsec-lib-settings.php crowdsec-lib-settings.php
107109
sed -i -e 's/REPLACE_API_KEY/${{ env.BOUNCER_KEY }}/g' crowdsec-lib-settings.php
108110
sed -i -e 's/REPLACE_PROXY_IP/${{ env.PROXY_IP }}/g' crowdsec-lib-settings.php

scripts/public/cache-actions.php

Lines changed: 0 additions & 53 deletions
This file was deleted.

scripts/public/geolocation-test.php

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)