chore(ci): skip OG images in smoke test (#5757)
Co-authored-by: Nate Moore <nate@astro.build>
This commit is contained in:
parent
cfa429efb6
commit
2a90217490
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -219,4 +219,5 @@ jobs:
|
|||
- name: Test
|
||||
run: pnpm run test:smoke
|
||||
env:
|
||||
SKIP_OG: 1
|
||||
NODE_OPTIONS: "--max-old-space-size=4096"
|
||||
|
|
Loading…
Reference in a new issue