We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049e5b2 commit 0460874Copy full SHA for 0460874
.github/workflows/ci-fork.yml
@@ -47,10 +47,12 @@ jobs:
47
48
- run: pnpm exec playwright install --with-deps
49
50
- - uses: nrwl/nx-set-shas@v4
+ - name: Track base repository main
51
+ run: |
52
+ git fetch origin +refs/heads/main:refs/remotes/upstream/main
53
+ git branch --force main upstream/main
54
- # Needed so nx affected can diff against main
- - run: git branch --track main origin/main || true
55
+ - uses: nrwl/nx-set-shas@v4
56
57
- run: pnpm nx format:check
58
- run: pnpm nx affected -t build typecheck lint test e2e-ci --no-agents
.zed/tasks.json
0 commit comments