From 7a2cd610152721dfab765cde7aa8b7787d40ac7c Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Wed, 16 Jun 2021 14:16:36 +0200 Subject: [PATCH] github actions: prepare test site.sh file --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94c9b31d..cb76caa3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,10 @@ jobs: run: sudo make install - name: 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 run: (cd test; ./all.sh) # - name: make test # this is docker test