From a5032a28ddfe61c519abd376a8f09627b732aec1 Mon Sep 17 00:00:00 2001 From: Clotilde Toullec <39184695+ClotildeToullec@users.noreply.github.com> Date: Thu, 23 Nov 2023 10:15:04 +0100 Subject: [PATCH] Update criticBrowser-baseline.st Add #onConflictUseLoaded. We load the Critic browser after Famix and we want to keep the loaded version of Famix, as it is the version we want to test. --- .github/workflows/criticBrowser-baseline.st | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/criticBrowser-baseline.st b/.github/workflows/criticBrowser-baseline.st index b7128323..fb9063c9 100644 --- a/.github/workflows/criticBrowser-baseline.st +++ b/.github/workflows/criticBrowser-baseline.st @@ -1,4 +1,5 @@ Metacello new baseline: 'MooseIDE'; repository: 'github://moosetechnology/MooseIDE:development/src'; + onConflictUseLoaded; load: 'CriticBrowser-Metamodel'