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