cetirizine

An experimental matrix client written in reactjs utilizing tailwind and storybook
git clone git://archive.git.mtrnord.blog/MTRNord/cetirizine.git
Log | Files | Refs | README | LICENSE

commit a26f8b9b2a962e5b80ca9702cb5606fd492327a6
parent 0f6ebbe9659fe4eb32aca2b907df31b24be20a33
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 15 May 2023 22:17:17 +0200

Run storybook for percy instead of serving prebuilt

Diffstat:
M.github/workflows/percy.yaml | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.github/workflows/percy.yaml b/.github/workflows/percy.yaml @@ -27,14 +27,10 @@ jobs: env: # also other environment variable NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Build Storybook - run: | - export NODE_OPTIONS="--max_old_space_size=4096" - yarn build-storybook --quiet - run: | export NODE_OPTIONS="--max_old_space_size=4096" npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \ - "npx http-server storybook-static --port 6006" \ + "npm run storybook -- --debug --no-open" \ "echo \"Starting test\" && npx wait-on -l tcp:127.0.0.1:6006 && npm run percy" env: PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}