Skip to content

Cleanup and remove systemd use in the setup scripts #228

Cleanup and remove systemd use in the setup scripts

Cleanup and remove systemd use in the setup scripts #228

name: Run schema migration tests for reportdb
on:
pull_request:
paths:
- 'schema/reportdb/**/*'
- 'schema/spacewalk/spacewalk-schema-upgrade'
jobs:
schema_migration_reportdb_test_pgsql:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
- id: files
uses: Ana06/[email protected]
with:
filter: '*.sql'
- name: Run json generator
run: |
ruby .github/scripts/gitarro_json_gen.rb ${{ steps.files.outputs.added_modified }}
- name: Run schema migration tests for reportdb
run: |
susemanager-utils/testing/automation/schema-migration-reportdb-test-pgsql.sh