tests - road to debian

This commit is contained in:
florian 2022-08-22 16:12:47 +02:00
parent 29933fdebb
commit 561e64a890
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
2 changed files with 3 additions and 2 deletions

View File

@ -384,8 +384,8 @@ jobs:
# run: ./tests/main.py "kubernetes"
- name: Generate Linux packages and build test images
run: ./tests/linux.sh ${{ env.BUILD_MODE }}
- name: Run Linux Ubuntu tests
run: ./tests/main.py "linux" "ubuntu"
# - name: Run Linux Ubuntu tests
# run: ./tests/main.py "linux" "ubuntu"
- name: Run Linux Debian tests
run: ./tests/main.py "linux" "debian"
- name: Run Linux CentOS tests

View File

@ -9,3 +9,4 @@ mkdir /opt/bunkerweb/www/{app1,app2}
echo "hello" > /opt/bunkerweb/www/app1/index.html
echo "hello" > /opt/bunkerweb/www/app2/index.html
cp -r bw-data/configs/* /opt/bunkerweb/configs
chown -R nginx:nginx /opt/bunkerweb/configs