Skip to content

Fixed removal of exercise sources befor running test runner. (#631) #378

Fixed removal of exercise sources befor running test runner. (#631)

Fixed removal of exercise sources befor running test runner. (#631) #378

Workflow file for this run

name: Pharo track CI
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
smalltalk: [Pharo64-12, Pharo64-11]
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: hpi-swa/setup-smalltalkCI@8f8eaa9239e82639e31d0495f3f51b14ac622ad0
with:
smalltalk-image: ${{ matrix.smalltalk }}
- run: smalltalkci -s ${{ matrix.smalltalk }}
shell: bash
timeout-minutes: 15