summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2023-01-04 16:17:18 -0500
committerGravatar GitHub <noreply@github.com> 2023-01-04 15:17:18 -0600
commit2a90217490db70b3b5ef86ff66ce8c30804a3fc7 (patch)
tree47c70e3f5d2f6d9176afc1b7d9487b78383abaf0
parentcfa429efb657acfb15595c5b84ddf4b6fd1aed95 (diff)
downloadastro-2a90217490db70b3b5ef86ff66ce8c30804a3fc7.tar.gz
astro-2a90217490db70b3b5ef86ff66ce8c30804a3fc7.tar.zst
astro-2a90217490db70b3b5ef86ff66ce8c30804a3fc7.zip
chore(ci): skip OG images in smoke test (#5757)
Co-authored-by: Nate Moore <nate@astro.build>
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 096fc1c62..86cf1cd5a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -219,4 +219,5 @@ jobs:
- name: Test
run: pnpm run test:smoke
env:
+ SKIP_OG: 1
NODE_OPTIONS: "--max-old-space-size=4096"