Change the nightly tests to be more explicit

This commit is contained in:
Adria Navarro 2023-05-17 11:33:37 +02:00
parent b00175b2cf
commit a96af7cf40
5 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"test:watch": "yarn run test --watch", "test:watch": "yarn run test --watch",
"test:debug": "DEBUG=1 yarn run test", "test:debug": "DEBUG=1 yarn run test",
"test:notify": "node scripts/testResultsWebhook", "test:notify": "node scripts/testResultsWebhook",
"test:smoke": "yarn run test --testPathIgnorePatterns=\\\"\\/dataSources\\/\\\"", "test:smoke": "yarn run test --testPathIgnorePatterns=/.+\\.nightly\\.spec\\.ts",
"test:ci": "start-server-and-test dev:built http://localhost:4001/health test:smoke", "test:ci": "start-server-and-test dev:built http://localhost:4001/health test:smoke",
"dev:built": "cd ../ && yarn dev:built" "dev:built": "cd ../ && yarn dev:built"
}, },