Skip to content

Commit

Permalink
chore: just for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini committed Aug 4, 2023
1 parent 0b5686d commit 0384f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/nx-rspack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 0384f8e

Please sign in to comment.