From 0384f8e6d12eb6ec7c0d8e832aa3f35d4bb9ea94 Mon Sep 17 00:00:00 2001 From: Katerina Skroumpelou Date: Fri, 4 Aug 2023 17:00:09 +0300 Subject: [PATCH] chore: just for testing --- tests/nx-rspack.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/nx-rspack.ts b/tests/nx-rspack.ts index 8127cfe..8a7b99b 100644 --- a/tests/nx-rspack.ts +++ b/tests/nx-rspack.ts @@ -4,8 +4,8 @@ import { RunOptions } from '../types' export async function test(options: RunOptions) { await runInRepo({ ...options, - repo: 'nrwl/nx-labs', - branch: 'main', + repo: 'mandarini/nx-labs', + branch: 'chore/fix-rspack-jest', build: ['build-ci rspack'], test: ['test-ci rspack'], e2e: ['e2e-ci rspack-e2e'],