mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 04:59:02 +08:00
build: upgrade shiki and use markdownit
This commit is contained in:
8
.github/workflows/e2e.yml
vendored
8
.github/workflows/e2e.yml
vendored
@@ -6,13 +6,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
# Install npm dependencies, cache them correctly
|
||||
# and run all Cypress tests
|
||||
- name: Setup PNPM
|
||||
uses: pnpm/action-setup@v2.2.1
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v6
|
||||
with:
|
||||
build: pnpm build
|
||||
start: pnpm preview --port 5173
|
||||
browser: chrome
|
||||
build: pnpm build
|
||||
start: pnpm preview --port 5173
|
||||
browser: chrome
|
||||
|
||||
Reference in New Issue
Block a user