github actions: prepare test site.sh file
This commit is contained in:
parent
cc7fa155f4
commit
7a2cd61015
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue