You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/redux/.testRun.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ function testRun(cmd: `pnpm run ${'dev' | 'preview' | 'preview:ssg'}`) {
47
47
}
48
48
49
49
test('todos - add to-do',async()=>{
50
-
// No clue why this started to fail in GitHub's CI at https://github.com/vikejs/vike-react/pull/177 (it doesn't fail locally) — let's skip for now and try again later.
50
+
// No clue why this started to fail only in GitHub CI Linux at https://github.com/vikejs/vike-react/pull/177 (it doesn't fail locally nor on windows) — let's skip for now and try again later.
Copy file name to clipboardExpand all lines: examples/zustand/.testRun.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ function testRun(cmd: 'pnpm run dev' | 'pnpm run preview') {
62
62
}
63
63
64
64
test('todos - add to-do',async()=>{
65
-
// No clue why this started to fail in GitHub's CI at https://github.com/vikejs/vike-react/pull/177 (it doesn't fail locally) — let's skip for now and try again later.
65
+
// No clue why this started to fail only in GitHub CI Linux at https://github.com/vikejs/vike-react/pull/177 (it doesn't fail locally nor on windows) — let's skip for now and try again later.
0 commit comments