Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run testsuite also with sqlite #1110

Merged
merged 9 commits into from
Dec 11, 2024
Prev Previous commit
Next Next commit
Merge branch 'master' into run_testsuite_with_sqlite
  • Loading branch information
digitaltom authored Dec 5, 2024
commit 569802b3bd0db8b0b26fd80152cb479bf1852acf
6 changes: 3 additions & 3 deletions .github/workflows/lint-unit.yml
Original file line number Diff line number Diff line change
@@ -81,13 +81,13 @@ jobs:

- name: Run core tests
run: |
bundle exec rspec --format documentation
bundle exec rake test:core

- name: Run core tests with sqlite
run: |
sed -i 's/adapter: mysql2/adapter: sqlite3/' config/rmt.yml
bundle exec rspec --format documentation

bundle exec rake test:core
- name: Run PubCloud engines tests
run: |
bundle exec rake test:engines
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.