Skip to content

Cleanup the setup from the database related bits #247

Cleanup the setup from the database related bits

Cleanup the setup from the database related bits #247

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