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 61d2e33 commit 24793d8Copy full SHA for 24793d8
.github/workflows/inference-check-snippets.yml
@@ -21,9 +21,7 @@ jobs:
21
cache-dependency-path: "**/pnpm-lock.yaml"
22
- run: |
23
cd packages/tasks
24
- pnpm install --frozen-lockfile --filter .
25
- pnpm install --frozen-lockfile --filter ...[${{ steps.since.outputs.SINCE }}]...
26
- pnpm --filter ...[${{ steps.since.outputs.SINCE }}]... build
+ pnpm install --frozen-lockfile .
27
28
# TODO: Find a way to run on all pipeline tags
29
# TODO: print snippet only if it has changed since the last commit on main (?)
0 commit comments