spacedrive/.github/actions
Vítor Vasconcellos 56cee3c64d
Fix CI (due to python 3.12 update) + Fix migration CI check (#2306)
* Fix migration check not always failing when it should on main
 - Fix check due to Github using `refs/heads/gh-readonly-queue/main/` as ref when merging a PR from merge-queue to main
 - Add migration due to changes made in #2161

* Fix missing migration error message being showed when it shouldn't
 - Filter out empty migrations files from check testing if a migration is missing

* Prevent inner grep from failling the whole command
 - Fix last grep outputting gibberish when not receiving any file

* Fix xargs and grep command on macOS

* auto format

* Configure python 3.11 version on Github CI
 - Python 3.12 is the default on CI now, which breaks node-gyp and most of the native dependencies installations
 - Fix _new_migrations having lead and trailing spaces

* Remove migration, already included in #2302
2024-04-10 16:32:46 +00:00
..
publish-artifacts Fix all the weird eslint warnings (#2245) 2024-03-26 20:46:44 +00:00
setup-pnpm Fix CI (due to python 3.12 update) + Fix migration CI check (#2306) 2024-04-10 16:32:46 +00:00
setup-rust Fix CI (due to python 3.12 update) + Fix migration CI check (#2306) 2024-04-10 16:32:46 +00:00
setup-system Make Cypress tests more resilient (#2249) 2024-03-28 22:45:25 +00:00