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 d9230c036c9a3725ea853219a4ebc08324d86176
parent c3e609f2550356016bd5030372d7e21858a46a64
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon,  8 May 2023 19:57:31 +0200

Relax Percy CI

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

diff --git a/.github/workflows/percy.yaml b/.github/workflows/percy.yaml @@ -27,6 +27,7 @@ jobs: - run: | export NODE_OPTIONS="--max_old_space_size=4096" npm run storybook -- --no-open & + sleep 60 npm run percy env: PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}