fix(CI): Pass Coin Gecko API key in `interaction-and-and-accessibility` step

This commit is contained in:
Emil Ivanichkov 2024-04-23 15:43:46 +03:00 committed by Emil Ivanichkov
parent ab8a571668
commit e7e8151d90
1 changed files with 3 additions and 1 deletions

View File

@ -142,7 +142,9 @@ jobs:
- name: Install Playwright
run: npx playwright install --with-deps
- name: Build Storybook
run: yarn build-storybook --quiet
run: |
export VITE_COIN_GECKO_API_KEY=${{secrets.VITE_COIN_GECKO_API_KEY}} && \
yarn build-storybook --quiet
- name: Run Storybook tests
run: |
npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \