mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-22 09:19:28 +00:00
fix(CI): Pass Coin Gecko API key in interaction-and-and-accessibility
step
This commit is contained in:
parent
ab8a571668
commit
e7e8151d90
4
.github/workflows/ui-tests.yaml
vendored
4
.github/workflows/ui-tests.yaml
vendored
@ -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…
x
Reference in New Issue
Block a user