-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix WebPack build for github website demo
- Loading branch information
1 parent
2714f77
commit e8a625b
Showing
3 changed files
with
12 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,8 +64,7 @@ jobs: | |
run: yarn build:demo | ||
|
||
- name: Start HTTP Server | ||
# run: yarn serve:demo & | ||
run: yarn start & | ||
run: yarn serve:demo & | ||
|
||
- name: Run Cypress E2E tests | ||
uses: cypress-io/[email protected] | ||
|
@@ -74,7 +73,7 @@ jobs: | |
config-file: cypress.config.ts | ||
wait-on: "http://localhost:9000" | ||
browser: chrome | ||
# record: true | ||
record: true | ||
env: | ||
# pass the Dashboard record key as an environment variable | ||
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters