chore(ci): skip OG images in smoke test (#5757)

Co-authored-by: Nate Moore <nate@astro.build>
This commit is contained in:
Nate Moore 2023-01-04 16:17:18 -05:00 committed by GitHub
parent cfa429efb6
commit 2a90217490
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -219,4 +219,5 @@ jobs:
- name: Test
run: pnpm run test:smoke
env:
SKIP_OG: 1
NODE_OPTIONS: "--max-old-space-size=4096"