hpi-swa / smalltalkCI

Framework for testing Smalltalk projects with GitHub Actions, GitLab CI, Travis CI, AppVeyor, and others.
MIT License
94 stars 68 forks source link

Moose image extraction: add a flag to unzip only files #657

Closed ClotildeToullec closed 3 weeks ago

ClotildeToullec commented 3 weeks ago

Moose images are now in a zipped directory. The -j flag ensures that only the files are unzipped.

fniephaus commented 3 weeks ago

Thanks for the PR. Is this true for all supported versions of Moose?

theseion commented 3 weeks ago

Looks like this fixes the issue in the other PR. I'll merge this one so we can get on with the other one.

ClotildeToullec commented 3 weeks ago

It works for Moose 8 and above. Actually, I should make a PR to remove older versions, they are not available anymore.