InvenTree/.github/workflows
Oliver 3b4e20b54a
Unit Test Improvements (#5087)
* Disable migration testing

- Compare how long the unit tests take

* Change file

- To get unit tests to run

* Fix format

* Consolidate tasks.py

- Remove coverage task
- Add --coverage flag to test task

* Fix typo

* Run migration unit tests if migration files are updated

* Fix

* Touch migration file

- Should cause migration unit tests to be run

* Force migration checks for docker build

* Prevent default report creation in unit tests

- Should save some time

* Add simple profiling for plugin loading

- Display time taken to load each plugin

* Fix to invoke test

* Disable get_git_log (for testing)

* Disable get_git_path in CI

- Might remove this entirely?
- For now, bypass for unit testing

* Add debug for unit registry

- Display time taken to load registry

* Don't full-reload unit registry

* Adjust migration test workflow

- env var updates
- change paths-filter output

* Fix for migration_test.yaml

- Actually need to set the output

* env fix

* db name

* Prevent sleep if in test mode

* Reduce sleep time on wait_for_db
2023-06-23 17:25:59 +10:00
..
backport.yml Add name to backport workflow (#4914) 2023-05-28 20:26:39 +10:00
check_translations.yaml Workflow fix (#3830) 2022-10-22 12:45:50 +11:00
docker.yaml Unit Test Improvements (#5087) 2023-06-23 17:25:59 +10:00
migration_test.yaml Unit Test Improvements (#5087) 2023-06-23 17:25:59 +10:00
qc_checks.yaml Unit Test Improvements (#5087) 2023-06-23 17:25:59 +10:00
release.yml Use github token for version check (#4092) 2022-12-21 23:00:23 +11:00
stale.yml Bump actions to node 16 / current releases (#3799) 2022-10-17 13:46:12 +11:00
translations.yml Bump actions to node 16 / current releases (#3799) 2022-10-17 13:46:12 +11:00
update.yml.disabled Disable cosign step in docker workflow (#4145) 2023-01-04 11:21:25 +11:00