mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 00:47:50 +01:00
9769ef0b5d
* Make clickhouse server image version configurable * Attempt to use a reusable workflow for backend tests * Try a composite action * Add missing shell: bash * Temporarily remove a step * Cache id parameter * Include the action when needing to rerun * Move checking migrations to separate file This didn't work in composite actions tests and slows down every parallelized test execution for no reason. This should have been separate in the first place. * Rename job * Improve check-migrations * Start stack in the new job * Remove shell * Solve flaky test * Remove unused file * Create a test timings job * Use checkout@v2 - https://github.com/cds-snc/github-actions/issues/23 * Ignore coverage files * Save backend test durations * Install pytest-split * Clean up ci-backend * Move actions code around * wording improvement * Save backend test durations * Add a comment * Make it possible to run tests with a different clickhouse version * Remove debugging code * Fix typo * Boolean inputs please work Fixes overeager test running as per https://github.com/actions/runner/issues/1483 Co-authored-by: PostHog Bot <hey@posthog.com>
40 lines
520 B
Plaintext
40 lines
520 B
Plaintext
venv
|
|
env
|
|
.venv
|
|
*.pyc
|
|
__pycache__/
|
|
staticfiles
|
|
.env
|
|
settings.yml
|
|
.DS_Store
|
|
debug.log
|
|
*.swp
|
|
*.swo
|
|
node_modules/
|
|
*.code-workspace
|
|
node_modules
|
|
.vscode/
|
|
frontend/.cache/
|
|
.mypy_cache
|
|
frontend/dist/
|
|
frontend/types/
|
|
*Type.ts
|
|
frontend/yarn-error.log
|
|
frontend/tmp
|
|
.idea
|
|
celerybeat-schedule
|
|
celerybeat.pid
|
|
yarn-error.log
|
|
.yalc
|
|
yalc.lock
|
|
cypress/screenshots/
|
|
docker-compose.prod.yml
|
|
.python-version
|
|
*.isorted
|
|
build-storybook.log
|
|
storybook-static
|
|
ee/benchmarks/results
|
|
plugin-server/src/config/idl/protos.*
|
|
.coverage
|
|
coverage-*.xml
|