Skip to content

Commit 143c709

Browse files
Update lib/content/ci.yml
Co-authored-by: Jacob Heun <[email protected]>
1 parent 1aeec1c commit 143c709

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

lib/content/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,14 @@ jobs:
7575
DOTENV_KEY: ${{ secrets.DOTENV_KEY }}
7676
<%/env_vault%>
7777
run: npm test --ignore-scripts
78-
78+
- name: Weekly Integration Tests
79+
if: github.event_name == 'schedule'
80+
run: |
81+
if npm run --silent | grep -q "test:integration"; then
82+
npm run test:integration --ignore-scripts
83+
else
84+
echo "No integration tests to run, skipping..."
85+
fi
7986
weekly_test:
8087
name: Weekly Full Test
8188
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)