File tree Expand file tree Collapse file tree 13 files changed +23
-23
lines changed
dev-packages/e2e-tests/test-applications Expand file tree Collapse file tree 13 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -954,7 +954,7 @@ jobs:
954
954
- name : Build E2E app
955
955
working-directory : ${{ runner.temp }}/test-application
956
956
timeout-minutes : 7
957
- run : pnpm ${{ matrix.build-command || 'test:build' }}
957
+ run : ${{ matrix.build-command || 'pnpm test:build' }}
958
958
959
959
- name : Install Playwright
960
960
uses : ./.github/actions/install-playwright
@@ -1075,7 +1075,7 @@ jobs:
1075
1075
- name : Build E2E app
1076
1076
working-directory : ${{ runner.temp }}/test-application
1077
1077
timeout-minutes : 7
1078
- run : pnpm ${{ matrix.build-command || 'test:build' }}
1078
+ run : ${{ matrix.build-command || 'pnpm test:build' }}
1079
1079
1080
1080
- name : Install Playwright
1081
1081
uses : ./.github/actions/install-playwright
Original file line number Diff line number Diff line change 31
31
"sentryTest" : {
32
32
"variants" : [
33
33
{
34
- "build-command" : " test:build-13" ,
34
+ "build-command" : " pnpm test:build-13" ,
35
35
"label" : " create-next-app (next@13)"
36
36
}
37
37
]
Original file line number Diff line number Diff line change 47
47
"sentryTest" : {
48
48
"variants" : [
49
49
{
50
- "build-command" : " test:build-ts3.8" ,
50
+ "build-command" : " pnpm test:build-ts3.8" ,
51
51
"label" : " create-react-app (TS 3.8)"
52
52
}
53
53
]
Original file line number Diff line number Diff line change 32
32
"sentryTest" : {
33
33
"optionalVariants" : [
34
34
{
35
- "build-command" : " test:build-canary" ,
35
+ "build-command" : " pnpm test:build-canary" ,
36
36
"label" : " nextjs-13 (canary)"
37
37
},
38
38
{
39
- "build-command" : " test:build-latest" ,
39
+ "build-command" : " pnpm test:build-latest" ,
40
40
"label" : " nextjs-13 (latest)"
41
41
}
42
42
]
Original file line number Diff line number Diff line change 33
33
"sentryTest" : {
34
34
"optionalVariants" : [
35
35
{
36
- "build-command" : " test:build-canary" ,
36
+ "build-command" : " pnpm test:build-canary" ,
37
37
"label" : " nextjs-14 (canary)"
38
38
},
39
39
{
40
- "build-command" : " test:build-latest" ,
40
+ "build-command" : " pnpm test:build-latest" ,
41
41
"label" : " nextjs-14 (latest)"
42
42
}
43
43
]
Original file line number Diff line number Diff line change 37
37
"sentryTest" : {
38
38
"optionalVariants" : [
39
39
{
40
- "build-command" : " test:build-canary" ,
40
+ "build-command" : " pnpm test:build-canary" ,
41
41
"label" : " nextjs-15 (canary)"
42
42
},
43
43
{
44
- "build-command" : " test:build-latest" ,
44
+ "build-command" : " pnpm test:build-latest" ,
45
45
"label" : " nextjs-15 (latest)"
46
46
},
47
47
{
48
- "build-command" : " test:build-turbo" ,
48
+ "build-command" : " pnpm test:build-turbo" ,
49
49
"assert-command" : " pnpm test:prod && pnpm test:dev-turbo" ,
50
50
"label" : " nextjs-15 (turbo)"
51
51
}
Original file line number Diff line number Diff line change 36
36
"sentryTest" : {
37
37
"variants" : [
38
38
{
39
- "build-command" : " test:build-13" ,
39
+ "build-command" : " pnpm test:build-13" ,
40
40
"label" : " nextjs-app-dir (next@13)"
41
41
}
42
42
],
43
43
"optionalVariants" : [
44
44
{
45
- "build-command" : " test:build-canary" ,
45
+ "build-command" : " pnpm test:build-canary" ,
46
46
"label" : " nextjs-app-dir (canary)"
47
47
},
48
48
{
49
- "build-command" : " test:build-latest" ,
49
+ "build-command" : " pnpm test:build-latest" ,
50
50
"label" : " nextjs-app-dir (latest)"
51
51
}
52
52
]
Original file line number Diff line number Diff line change 36
36
"sentryTest" : {
37
37
"variants" : [
38
38
{
39
- "build-command" : " test:build-13" ,
39
+ "build-command" : " pnpm test:build-13" ,
40
40
"label" : " nextjs-pages-dir (next@13)"
41
41
}
42
42
],
43
43
"optionalVariants" : [
44
44
{
45
- "build-command" : " test:build-canary" ,
45
+ "build-command" : " pnpm test:build-canary" ,
46
46
"label" : " nextjs-pages-dir (canary)"
47
47
},
48
48
{
49
- "build-command" : " test:build-latest" ,
49
+ "build-command" : " pnpm test:build-latest" ,
50
50
"label" : " nextjs-pages-dir (latest)"
51
51
}
52
52
]
Original file line number Diff line number Diff line change 34
34
"optional" : true ,
35
35
"optionalVariants" : [
36
36
{
37
- "build-command" : " test:build-canary" ,
37
+ "build-command" : " pnpm test:build-canary" ,
38
38
"label" : " nextjs-turbo (canary)"
39
39
},
40
40
{
41
- "build-command" : " test:build-latest" ,
41
+ "build-command" : " pnpm test:build-latest" ,
42
42
"label" : " nextjs-turbo (latest)"
43
43
}
44
44
]
Original file line number Diff line number Diff line change 27
27
"sentryTest" : {
28
28
"optionalVariants" : [
29
29
{
30
- "build-command" : " test:build-canary" ,
30
+ "build-command" : " pnpm test:build-canary" ,
31
31
"label" : " nuxt-3 (canary)"
32
32
}
33
33
]
You can’t perform that action at this time.
0 commit comments