Skip to content

Commit 3f7ae6d

Browse files
committed
[UPD] run apply && verify + upd ci
1 parent a3b9818 commit 3f7ae6d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,11 @@ jobs:
5555
run: echo "::add-matcher::.github/matchers/tap.json"
5656
- name: Test
5757
run: npm test --ignore-scripts
58+
- name: Weekly Integration Tests
59+
if: github.event_name == 'schedule'
60+
run: |
61+
if npm run --silent | grep -q "test:integration"; then
62+
npm run test:integration --ignore-scripts
63+
else
64+
echo "No integration tests to run, skipping..."
65+
fi

0 commit comments

Comments
 (0)