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