Actions
Patch #41969
closedAdd SQLite3 tests to CI
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Since Redmine supports SQLite3, I believe tests should be run in CI. This patch adds CI tests for SQLite3.
Additionally, the following issues are addressed:
- Remove a duplicate execution of
bin/rails test:autoload
. - Update
ruby/setup-ruby
to always use the latest v1 version instead of pinning it to a specific version.
CI passes with this patch applied:
https://github.com/hidakatsuya/redmine/actions/runs/12279612346
Files
Related issues
Updated by Marius BĂLTEANU 14 days ago
- Related to Feature #30069: Use GitHub Actions as a secondary CI solution to run tests through the existing mirroring added
Updated by Marius BĂLTEANU 14 days ago
- Status changed from New to Closed
- Assignee set to Marius BĂLTEANU
All three patches committed, thanks for improving the integration with Github CI.
Actions