0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -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:
Naz 2022-11-30 10:39:32 +07:00
parent fc16bf97da
commit fc9f8aebc1
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View file

@ -35,7 +35,7 @@
"test:browser": "NODE_ENV=development playwright test --browser=chromium test/e2e-browser",
"test:browser:record": "NODE_ENV=development yarn start record-test",
"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:int:slow": "yarn test:integration --reporter=mocha-slow-test-reporter",
"test:e2e:slow": "yarn test:e2e --reporter=mocha-slow-test-reporter",

View file

@ -30,7 +30,9 @@ describe('Exporter', function () {
'comment_reports',
'custom_theme_settings',
'email_batches',
'email_recipient_failures',
'email_recipients',
'email_spam_complaint_events',
'emails',
'integrations',
'invites',
@ -76,6 +78,7 @@ describe('Exporter', function () {
'stripe_products',
'stripe_prices',
'subscriptions',
'suppressions',
'roles',
'roles_users',
'sessions',
@ -103,7 +106,9 @@ describe('Exporter', function () {
'mobiledoc_revisions',
'post_revisions',
'email_batches',
'email_recipient_failures',
'email_recipients',
'email_spam_complaint_events',
'members_cancel_events',
'members_payment_events',
'members_login_events',