Skip to content

Commit

Permalink
feat: upgrade nx ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder committed Sep 27, 2024
1 parent efa9dfa commit 3c152cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: 'nrwl/nx',
branch: 'main',
branch: 'master',
build: ['pnpm nx build --skip-nx-cache rspack'],
beforeTest: async () => {
await $`cargo build`
Expand Down

0 comments on commit 3c152cb

Please sign in to comment.