Skip to content

FAST does not work in a Pharo image vanilla #97

@jecisc

Description

@jecisc

I am currently adapting the CI to be simpler. The next step was to use Clitolde's CI actions but those are currently failing.

The reason is that the CI is currently loading Fast in a Moose image and the other actions are loading FAST in a Pharo image.

This means that FAST Baseline is missing a dependency declaration. Once we fix the baseline we could use Clotilder's actions.

Here is the file we should use once this is done:

name: CI

on: [push, pull_request, workflow_dispatch]

jobs:
  run:
    uses: moosetechnology/.github/.github/workflows/run-tests.yml@main
    secrets: inherit

I concentrate currently on migrating the FAST repositories to Moose 12 and 13 so I'll not fix this problem for now. If someone wants to give a hand it would be nice :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions