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.

chore: force trigger#1135

Merged
mydearxym merged 21 commits intodevfromtest-cy-action
Aug 3, 2021
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
21 commits
Select commitHold shift + click to select a range
d3c78f2
chore: force trigger
mydearxymAug 3, 2021
db547b2
chore: wip
mydearxymAug 3, 2021
f53ab1b
chore: force trigger
mydearxymAug 3, 2021
bdbfb59
chore: debug
mydearxymAug 3, 2021
eed6095
chore: debug
mydearxymAug 3, 2021
3be8f0e
chore: debug 2
mydearxymAug 3, 2021
250cc61
chore: debug 2
mydearxymAug 3, 2021
32507e1
chore: debug 3
mydearxymAug 3, 2021
8cc414a
chore: debug 4
mydearxymAug 3, 2021
3e3a174
chore: debug 5
mydearxymAug 3, 2021
d363b53
chore: debug 6
mydearxymAug 3, 2021
34997dc
chore: debug 7
mydearxymAug 3, 2021
b8f1861
chore: debug 7
mydearxymAug 3, 2021
712bb66
chore: debug 8
mydearxymAug 3, 2021
72f5a6a
chore: debug 9
mydearxymAug 3, 2021
7ab0e02
chore: debug 10
mydearxymAug 3, 2021
ab89c44
Update ci.yml
mydearxymAug 3, 2021
bdca32a
Update ci.yml
mydearxymAug 3, 2021
d9d072a
Update ci.yml
mydearxymAug 3, 2021
6595cca
Update ci.yml
mydearxymAug 3, 2021
aeeb4cf
Update ci.yml
mydearxymAug 3, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions.github/workflows/ci.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -96,15 +96,10 @@ jobs:
# - name: (Frontend) Run e2e Tests
# working-directory: ./frontend_server
# run: npm run test:ci
cypress-run:
name: run cypress
runs-on: ubuntu-latest
steps:
- name: Cypress run
working-directory: ./frontend_server
- name: (Frontend) Cypress run
uses: cypress-io/github-action@v2
with:
browser: chrome
working-directory: ./frontend_server
# build: npm run build
start: npm run ci
wait-on: http://localhost:3000
4 changes: 2 additions & 2 deletionssrc/stores/init2.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,10 +2,10 @@
* the entry of the App root store
*/

import {useMemo,useState, useEffect } from 'react'
import { useState, useEffect } from 'react'
import { applySnapshot } from 'mobx-state-tree'

import type {TRootStore,TAccountStore, TViewingStore } from '@/spec'
import type { TAccountStore, TViewingStore } from '@/spec'
import RootStore from './RootStore/index2'

let clientSideRootStore: any
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp