Skip to content

🤖 Sync org-wide files to upstream repo (#637) #398

🤖 Sync org-wide files to upstream repo (#637)

🤖 Sync org-wide files to upstream repo (#637) #398

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@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: hpi-swa/setup-smalltalkCI@521a156968112c9c7ca094ef78c1287a26665f08
with:
smalltalk-image: ${{ matrix.smalltalk }}
- run: smalltalkci -s ${{ matrix.smalltalk }}
shell: bash
timeout-minutes: 15