Skip to content

Failing jobs for Pharo32-xx (Linux, MacOs and Windows) #601

@labordep

Description

@labordep

Hi,

I'm trying to execute Pharo32-11 jobs and for all OS I have a job failure.
image

Info : this is working fine for Pharo64-11.
image

For Ubuntu :
image

For MacOS :
image

For Windows :
image

I'm using this script :

name: 'Pharo 11 CI'

on:
  push:
    branches:
      - '**'
      - '!master'
  pull_request:
    types: [assigned, opened, synchronize, reopened]

jobs:
  build:
    strategy:
      matrix:
        os: [ ubuntu-latest, macos-latest, windows-latest ]
        smalltalk: [ Pharo64-11, Pharo32-11 ]
    runs-on: ${{ matrix.os }}
    name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
    steps:
      - uses: actions/checkout@v3
      - uses: hpi-swa/setup-smalltalkCI@v1
        with:
          smalltalk-image: ${{ matrix.smalltalk }}
      - name: Load in New Image and Run Tests
        run: smalltalkci -s ${{ matrix.smalltalk }} ${{ matrix.ston }}
        shell: bash
        timeout-minutes: 10
        env: 
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Thanks for your help :)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions