mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed ci test runs
refs 3e0ec26408
- The refed commit excluded integration/regression test suites from CI test runs by accident
This commit is contained in:
parent
fc16bf97da
commit
fc9f8aebc1
2 changed files with 6 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
"test:browser": "NODE_ENV=development playwright test --browser=chromium test/e2e-browser",
|
"test:browser": "NODE_ENV=development playwright test --browser=chromium test/e2e-browser",
|
||||||
"test:browser:record": "NODE_ENV=development yarn start record-test",
|
"test:browser:record": "NODE_ENV=development yarn start record-test",
|
||||||
"test:ci": "c8 -c ./.c8rc.e2e.json yarn test:ci:base",
|
"test:ci": "c8 -c ./.c8rc.e2e.json yarn test:ci:base",
|
||||||
"test:ci:base": "yarn test:e2e -b",
|
"test:ci:base": "yarn test:e2e -b && yarn test:integration -b && yarn test:regression -b",
|
||||||
"test:unit:slow": "yarn test:unit --reporter=mocha-slow-test-reporter",
|
"test:unit:slow": "yarn test:unit --reporter=mocha-slow-test-reporter",
|
||||||
"test:int:slow": "yarn test:integration --reporter=mocha-slow-test-reporter",
|
"test:int:slow": "yarn test:integration --reporter=mocha-slow-test-reporter",
|
||||||
"test:e2e:slow": "yarn test:e2e --reporter=mocha-slow-test-reporter",
|
"test:e2e:slow": "yarn test:e2e --reporter=mocha-slow-test-reporter",
|
||||||
|
|
|
@ -30,7 +30,9 @@ describe('Exporter', function () {
|
||||||
'comment_reports',
|
'comment_reports',
|
||||||
'custom_theme_settings',
|
'custom_theme_settings',
|
||||||
'email_batches',
|
'email_batches',
|
||||||
|
'email_recipient_failures',
|
||||||
'email_recipients',
|
'email_recipients',
|
||||||
|
'email_spam_complaint_events',
|
||||||
'emails',
|
'emails',
|
||||||
'integrations',
|
'integrations',
|
||||||
'invites',
|
'invites',
|
||||||
|
@ -76,6 +78,7 @@ describe('Exporter', function () {
|
||||||
'stripe_products',
|
'stripe_products',
|
||||||
'stripe_prices',
|
'stripe_prices',
|
||||||
'subscriptions',
|
'subscriptions',
|
||||||
|
'suppressions',
|
||||||
'roles',
|
'roles',
|
||||||
'roles_users',
|
'roles_users',
|
||||||
'sessions',
|
'sessions',
|
||||||
|
@ -103,7 +106,9 @@ describe('Exporter', function () {
|
||||||
'mobiledoc_revisions',
|
'mobiledoc_revisions',
|
||||||
'post_revisions',
|
'post_revisions',
|
||||||
'email_batches',
|
'email_batches',
|
||||||
|
'email_recipient_failures',
|
||||||
'email_recipients',
|
'email_recipients',
|
||||||
|
'email_spam_complaint_events',
|
||||||
'members_cancel_events',
|
'members_cancel_events',
|
||||||
'members_payment_events',
|
'members_payment_events',
|
||||||
'members_login_events',
|
'members_login_events',
|
||||||
|
|
Loading…
Add table
Reference in a new issue