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 69145d3 commit dd45018Copy full SHA for dd45018
.github/workflows/ci.yml
@@ -42,6 +42,9 @@ jobs:
42
43
- run: pnpm install --frozen-lockfile
44
45
+ - name: Derive appropriate SHAs for base and head for `nx affected` commands
46
+ uses: nrwl/nx-set-shas@v4
47
+
48
# Prepend any command with "nx-cloud record --" to record its logs to Nx Cloud
49
# - run: pnpm exec nx-cloud record -- echo Hello World
50
- run: pnpm exec nx affected -t lint test build
0 commit comments