From 82a1e59111c783dbca6ad1017cef65e3fd52d3a2 Mon Sep 17 00:00:00 2001 From: Newton <5769156+iamnewton@users.noreply.github.com> Date: Sat, 9 Nov 2024 23:29:01 -0800 Subject: [PATCH] chore: fix directory Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com> --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3724502..4e5f3a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: - run: | npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \ - "npx http-server storybook-static --port 6006 --silent" \ + "npx http-server docs --port 6006 --silent" \ "npx wait-on tcp:6006 && npm run test:storybook -- --coverage" name: Run tests with coverage @@ -87,7 +87,7 @@ jobs: - run: | npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \ - "npx http-server storybook-static --port 6006 --silent" \ + "npx http-server docs --port 6006 --silent" \ "npx wait-on tcp:6006 && npm run test:storybook" name: Serve Storybook and run tests