Skip to content

Feat/color referential #291

Feat/color referential

Feat/color referential #291

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: Pharo64-14
- run: smalltalkci -s Pharo64-14
shell: bash
timeout-minutes: 15