Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Removed the redundand cormasModel variable #736

Removed the redundand cormasModel variable

Removed the redundand cormasModel variable #736

Workflow file for this run

name: CI Core
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
smalltalk: [ Pharo64-12, Pharo64-13, Pharo64-14 ]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- uses: hpi-swa/setup-smalltalkCI@v1
id: smalltalkci
with:
smalltalk-version: ${{ matrix.smalltalk }}
- run: smalltalkci -s ${{ matrix.smalltalk }} .smalltalkCore.ston
shell: bash
timeout-minutes: 40
- uses: actions/checkout@master