github actions: prepare test site.sh file

This commit is contained in:
Olof hagsand 2021-06-16 14:16:36 +02:00
parent cc7fa155f4
commit 7a2cd61015

View file

@ -29,6 +29,10 @@ jobs:
run: sudo make install run: sudo make install
- name: ldconfig - name: ldconfig
run: sudo ldconfig run: sudo ldconfig
- name: prepare test
run: echo "#!/usr/bin/env bash" > test/site.sh
run echo "IPv6=true" >> test//site.sh
run: echo 'SKIPLIST="test_api.sh test_client.sh test_c++.sh test_install.sh test_privileges.sh"' >> test/site.sh
- name: test - name: test
run: (cd test; ./all.sh) run: (cd test; ./all.sh)
# - name: make test # this is docker test # - name: make test # this is docker test