Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commitb12a5ce

Browse files
authored
chore: make cypress works fine on github-actions (#1135)
1 parentc3dc374 commitb12a5ce

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,10 @@ jobs:
9696
# - name: (Frontend) Run e2e Tests
9797
# working-directory: ./frontend_server
9898
# run: npm run test:ci
99-
cypress-run:
100-
name:run cypress
101-
runs-on:ubuntu-latest
102-
steps:
103-
-name:Cypress run
104-
working-directory:./frontend_server
99+
-name:(Frontend) Cypress run
105100
uses:cypress-io/github-action@v2
106101
with:
107-
browser:chrome
102+
working-directory:./frontend_server
108103
# build: npm run build
109104
start:npm run ci
110105
wait-on:http://localhost:3000

‎src/stores/init2.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
* the entry of the App root store
33
*/
44

5-
import{useMemo,useState,useEffect}from'react'
5+
import{useState,useEffect}from'react'
66
import{applySnapshot}from'mobx-state-tree'
77

8-
importtype{TRootStore,TAccountStore,TViewingStore}from'@/spec'
8+
importtype{TAccountStore,TViewingStore}from'@/spec'
99
importRootStorefrom'./RootStore/index2'
1010

1111
letclientSideRootStore:any

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp