From e2f42638366f1229d4ca0b96d7ae28ce413e4516 Mon Sep 17 00:00:00 2001 From: megli2 Date: Tue, 25 Jun 2024 09:18:51 +0200 Subject: [PATCH] change core used to run wagon tests and delete prepare step in Rakefile --- .github/workflows/tests.yml | 2 +- Rakefile | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bb4ccd65..172ecf0a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 }} diff --git a/Rakefile b/Rakefile index 04c9d439..9d7ce235 100644 --- a/Rakefile +++ b/Rakefile @@ -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'