From 7b942375000ef0202424ed394f7816bfeb07c1c7 Mon Sep 17 00:00:00 2001 From: Mark Williams Date: Wed, 20 Dec 2023 10:24:45 +0000 Subject: [PATCH] LIMS-694: Fix github workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a20a36f0c..050cec929 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: # hack the output from the linting steps to avoid these stopping the builds - we are not going to get # to a clean output without considerable effort, but it's useful to see the output run: | - cp ./client/src/js/config_sample.json ./client/src/js/config.json + cp src/js/config_sample.json src/js/config.json node --version npm ci npm run build