Skip to content

Commit

Permalink
ci: enable e2e tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Feb 28, 2022
1 parent c31e1a5 commit 02ab00b
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@ jobs:
- run: pnpm build
- run: pnpm type:check
- run: pnpm format:check
# - name: e2e init info
# run: |
# pnpm create vite example -- --template vue
# cd example
# pnpm install
# pnpm add .. -D
# pnpm add @tauri-apps/cli -D
# pnpm vite-tauri init
# pnpm vite-tauri info
#
- name: e2e init info
run: |
pnpm create vite example -- --template vue
cd example
pnpm i
pnpm add .. -D
pnpm add @tauri-apps/cli -D
pnpm vite-tauri init
pnpm vite-tauri info

0 comments on commit 02ab00b

Please sign in to comment.