Skip to content

Commit 058d0b6

Browse files
committed
chore: update action
1 parent d23925c commit 058d0b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/blade-browserstack.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
uses: ./.github/actions/install-dependencies
4646
- name: Run Storybook
4747
run: |
48-
yarn react:storybook &
48+
yarn react:storybook:build
49+
yarn react:storybook:serve &
4950
working-directory: packages/blade
5051

5152
- name: 'Run E2E Tests'

packages/blade/scripts/run-e2e-bstack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ wait-on http://bs-local.com:9009 --timeout 50000
88

99
# if there is timeout exit
1010
if [ $? -ne 0 ]; then
11-
echo "Timeout waiting for http://localhost:9009"
11+
echo "Timeout waiting for bs-local.com:9009"
1212
exit 1
1313
fi
1414

0 commit comments

Comments
 (0)