mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
add staging smoke-test script
This commit is contained in:
@@ -582,7 +582,15 @@ smoke_test_production:
|
||||
smoke_test_staging:
|
||||
stage: SmokeTest
|
||||
script:
|
||||
- echo "No test implemented"
|
||||
- export HOME_URL=https://staging.fyipe.com
|
||||
- export ACCOUNTS_URL=https://staging-accounts.fyipe.com
|
||||
- export DASHBOARD_URL=https://staging-dashboard.fyipe.com
|
||||
- export BACKEND_URL=https://staging-api.fyipe.com
|
||||
- export STATUSPAGE_URL=https://staging-statuspage.fyipe.com
|
||||
- export APIDOCS_URL=https://staging-api-docs.fyipe.com
|
||||
- cd smoke-test
|
||||
- npm install
|
||||
- npm run test
|
||||
only:
|
||||
refs:
|
||||
- master
|
||||
|
||||
Reference in New Issue
Block a user