Skip to content

185 mol utilsrequired types not return interfaces of mol component type which are using another type #331

185 mol utilsrequired types not return interfaces of mol component type which are using another type

185 mol utilsrequired types not return interfaces of mol component type which are using another type #331

Workflow file for this run

name: 'Pharo 12 CI'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
on:
push:
branches:
- 'main'
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
smalltalk: [ Pharo64-12 ]
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: 30