github actions: typo prepare site.sh

This commit is contained in:
Olof hagsand 2021-06-16 14:19:05 +02:00
parent 7a2cd61015
commit 8482bbffa9

View file

@ -31,8 +31,8 @@ jobs:
run: sudo ldconfig run: sudo ldconfig
- name: prepare test - name: prepare test
run: echo "#!/usr/bin/env bash" > test/site.sh run: echo "#!/usr/bin/env bash" > test/site.sh
run echo "IPv6=true" >> 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 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