We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf014a commit 4e2c489Copy full SHA for 4e2c489
.github/workflows/smoke.yml
@@ -11,10 +11,8 @@ jobs:
11
- uses: actions/setup-node@v4
12
with:
13
node-version: '20'
14
- cache: 'pnpm'
15
- cache-dependency-path: reference-demo/pnpm-lock.yaml
16
- run: pnpm install
17
working-directory: reference-demo
18
- - run: pnpm demo:run --scenario invalid-receipt
+ - run: pnpm demo:run --scenario invalid-receipt 2>&1 || true
19
20
- continue-on-error: true # Expected to fail without backend
+ # Expected to fail without backend - we just verify it runs
0 commit comments