fix(CI): Pass Coin Gecko API key in `interaction-and-and-accessibility` step
This commit is contained in:
parent
ab8a571668
commit
e7e8151d90
|
@ -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" \
|
||||
|
|
Loading…
Reference in New Issue