Skip to content

Commit be0ce5a

Browse files
committed
test
1 parent b8d31c7 commit be0ce5a

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
defaults:
1717
run:
18-
shell: bash -e {0} 2>> stderr.log
18+
shell: bash -e {0} 1>> ${{ github.workspace }}/stdout.log 2>> ${{ github.workspace }}/stderr.log
1919
steps:
2020
- uses: actions/checkout@v4
2121
with:

foo.log

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
22:48:10 [vite] Error when evaluating SSR module /Users/kian/cf-repos/GitHub/cloudflare-docs/astro.config.ts:
2+
|- ReferenceError: falsee is not defined
3+
at /Users/kian/cf-repos/GitHub/cloudflare-docs/astro.config.ts:177:16
4+
at async instantiateModule (file:///Users/kian/cf-repos/GitHub/cloudflare-docs/node_modules/vite/dist/node/chunks/dep-CB_7IfJ-.js:52972:5)
5+

6+
[astro] Unable to load your Astro config
7+
8+
falsee is not defined
9+
Location:
10+
/Users/kian/cf-repos/GitHub/cloudflare-docs/node_modules/vite/dist/node/chunks/dep-CB_7IfJ-.js:52972:5
11+
Stack trace:
12+
 at /Users/kian/cf-repos/GitHub/cloudflare-docs/astro.config.ts:177:16
13+
22:48:12 [vite] Error when evaluating SSR module /Users/kian/cf-repos/GitHub/cloudflare-docs/astro.config.ts:
14+
|- ReferenceError: falsee is not defined
15+
at /Users/kian/cf-repos/GitHub/cloudflare-docs/astro.config.ts:177:16
16+
at async instantiateModule (file:///Users/kian/cf-repos/GitHub/cloudflare-docs/node_modules/vite/dist/node/chunks/dep-CB_7IfJ-.js:52972:5)
17+

18+
[astro] Unable to load your Astro config
19+
20+
falsee is not defined
21+
Location:
22+
/Users/kian/cf-repos/GitHub/cloudflare-docs/node_modules/vite/dist/node/chunks/dep-CB_7IfJ-.js:52972:5
23+
Stack trace:
24+
 at /Users/kian/cf-repos/GitHub/cloudflare-docs/astro.config.ts:177:16

0 commit comments

Comments
 (0)