Skip to content

Commit

Permalink
change core used to run wagon tests and delete prepare step in Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Vakmeth committed Jun 25, 2024
1 parent 57947f8 commit e2f4263
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
default: 'master'
jobs:
wagon_tests:
uses: hitobito/hitobito/.github/workflows/wagon-tests.yml@master
uses: hitobito/hitobito/.github/workflows/wagon-tests.yml@psql-migration
with:
wagon_repository: ${{ github.event.repository.name }}
core_ref: ${{ inputs.core_ref }}
Expand Down
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ load 'rspec/rails/tasks/rspec.rake'
require 'ci/reporter/rake/rspec' unless Rails.env == 'production'

HitobitoInsieme::Wagon.load_tasks

task 'test:prepare' => 'db:test:prepare'

0 comments on commit e2f4263

Please sign in to comment.