From 3763be62a27b9edc40b0107d073971f7a31541d9 Mon Sep 17 00:00:00 2001 From: David Merfield Date: Fri, 27 Oct 2023 15:28:44 +0100 Subject: [PATCH] Change --- .github/workflows/proxy-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/proxy-tests.yml b/.github/workflows/proxy-tests.yml index 1153bff3ad9..321cf3efd31 100644 --- a/.github/workflows/proxy-tests.yml +++ b/.github/workflows/proxy-tests.yml @@ -29,7 +29,7 @@ jobs: - name: generate self-signed SSL certs run: | - openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout config/openresty/data/selfsigned.key -out config/openresty/data/selfsigned.crt -subj "/C=US/ST=Oregon/L=Portland/O=Company Name/OU=Org/CN=localhost" + openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /home/runner/work/Blot/Blot/config/openresty/data/selfsigned.key -out /home/runner/work/Blot/Blot/config/openresty/data/selfsigned.crt -subj "/C=US/ST=Oregon/L=Portland/O=Company Name/OU=Org/CN=localhost" - name: Set up Redis uses: shogo82148/actions-setup-redis@v1