Skip to content

Pharo CI

Pharo CI #13

Workflow file for this run

name: Pharo CI
on:
workflow_dispatch:
# push:
jobs:
build-and-test:
runs-on: macos-latest # you can specify other OS if required
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Pharo
uses: hpi-swa/[email protected]
with:
smalltalk-image: Pharo64-11
- name: Load code and create image
run: |
smalltalkci -s ${{ matrix.smalltalk }}
shell: bash
timeout-minutes: 15