@@ -15,7 +15,7 @@ it.skipIf(!process.env.CI)('github-actions', async () => {
1515
1616 const { cli } = await runRstestCli ( {
1717 command : 'rstest' ,
18- args : [ 'run' , 'githubActions' , '--reporter ' , 'github-actions' ] ,
18+ args : [ 'run' , 'githubActions' , '--reporters ' , 'github-actions' ] ,
1919 options : {
2020 nodeOptions : {
2121 cwd : __dirname ,
@@ -93,7 +93,7 @@ it.skipIf(!process.env.CI)(
9393 async ( ) => {
9494 const { cli } = await runRstestCli ( {
9595 command : 'rstest' ,
96- args : [ 'run' , 'githubActions' , '--reporter ' , 'github-actions' ] ,
96+ args : [ 'run' , 'githubActions' , '--reporters ' , 'github-actions' ] ,
9797 options : {
9898 nodeOptions : {
9999 cwd : __dirname ,
@@ -133,7 +133,7 @@ it.skipIf(!process.env.CI)('github-actions summary on pass', async () => {
133133 'run' ,
134134 '-c' ,
135135 './rstest.agentMd.pass.config.mts' ,
136- '--reporter ' ,
136+ '--reporters ' ,
137137 'github-actions' ,
138138 ] ,
139139 options : {
@@ -198,7 +198,7 @@ it.skipIf(!process.env.CI)(
198198 'run' ,
199199 '-c' ,
200200 './rstest.githubActions.flaky.config.mts' ,
201- '--reporter ' ,
201+ '--reporters ' ,
202202 'github-actions' ,
203203 ] ,
204204 options : {
@@ -255,7 +255,7 @@ it.skipIf(!process.env.CI)(
255255 'run' ,
256256 '-c' ,
257257 './rstest.githubActions.namedProject.config.mts' ,
258- '--reporter ' ,
258+ '--reporters ' ,
259259 'github-actions' ,
260260 ] ,
261261 options : {
@@ -303,7 +303,7 @@ it.skipIf(!process.env.CI)(
303303 try {
304304 const { cli } = await runRstestCli ( {
305305 command : 'rstest' ,
306- args : [ 'run' , 'githubActions' , '--reporter ' , 'github-actions' ] ,
306+ args : [ 'run' , 'githubActions' , '--reporters ' , 'github-actions' ] ,
307307 options : {
308308 nodeOptions : {
309309 cwd : __dirname ,
@@ -348,7 +348,7 @@ it.skipIf(!process.env.CI)(
348348 'run' ,
349349 '-c' ,
350350 './rstest.agentMd.pass.config.mts' ,
351- '--reporter ' ,
351+ '--reporters ' ,
352352 'github-actions' ,
353353 ] ,
354354 options : {
@@ -368,7 +368,7 @@ it.skipIf(!process.env.CI)(
368368
369369 const failingRun = await runRstestCli ( {
370370 command : 'rstest' ,
371- args : [ 'run' , 'githubActions' , '--reporter ' , 'github-actions' ] ,
371+ args : [ 'run' , 'githubActions' , '--reporters ' , 'github-actions' ] ,
372372 options : {
373373 nodeOptions : {
374374 cwd : __dirname ,
0 commit comments