Skip to content

Commit

Permalink
Update runTests.st
Browse files Browse the repository at this point in the history
  • Loading branch information
akevalion authored Oct 19, 2023
1 parent 95a89ea commit b508b8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/runTests.st
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ cout := Stdio stdout.
repoPath := 'gitlocal://', (env at: 'GITHUB_WORKSPACE').
cout << '>>> Clonning from: '; << repoPath; crlf.

cout << 'Loading: HierarchicalVisualizations' crlf.
cout << 'Loading: HierarchicalVisualizations'; crlf.

[
Metacello new
baseline: 'NumericScales';
repository: 'github://pharo-graphics/NumericScales/src';
repository: 'github://pharo-graphics/NumericScales:v1.02';
load.

Metacello new
baseline: 'Roassal';
repository: 'github://pharo-graphics/Roassal';
repository: 'github://pharo-graphics/Roassal:v1.04b';
load.

Metacello new
Expand Down

0 comments on commit b508b8b

Please sign in to comment.