mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
f9b64b7d7c
### Description This PR fixes two small issues with the `dev.sh` script: - when running the script without a specific test flag (`./scripts/dev.sh test`), we would start some of the containers more than once; this PR fixes this by checking whether the container is already running before starting it - we were still doing some bigquery setup in the main code, despite that setup being already done in `parse-pytest-backend`, which would result in biquery setup errors even when testing non-bigquery backends; this PR just deletes the redundant line. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3017 GitOrigin-RevId: 86a53b1fe974aae733a02bdf045389a0d7436cb7 |
||
---|---|---|
.. | ||
cli-migrations | ||
coalesce_run_sql | ||
containers | ||
edit-pg-dump | ||
ekg | ||
data-sources-util.sh | ||
dev.sh | ||
dump-remote-schema.js | ||
generate_brand_assets_readme.sh | ||
get-console-assets-version.sh | ||
get-version-circleci.sh | ||
get-version.sh | ||
parse-pytest-backend | ||
performance_report.sh | ||
tag-release.sh | ||
verify-bigquery-creds.sh |