mirror of
https://github.com/directus/directus.git
synced 2026-02-11 17:34:56 -05:00
* First start on test setup * Setup e2e runner framework * Use prepublishOnly for docs build * Setup docker-based e2e test runner * Spacing * Setup db-getter + config * Build image in Dockerode, pull images if needed * Fix waiting for DB, run test for each running instance * Get tests running per vendor * Temp remove oracle * Close awaiting connections in between
5 lines
71 B
Bash
5 lines
71 B
Bash
#!/bin/bash
|
|
|
|
node ./dist/cli/index.js bootstrap;
|
|
node ./dist/start.js;
|