From 8482bbffa9215a4c0038b006f88a59f889e20789 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Wed, 16 Jun 2021 14:19:05 +0200 Subject: [PATCH] github actions: typo prepare site.sh --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb76caa3..e8daac8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,8 @@ jobs: 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 + 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