Skip to content

594 out of sync unit tests for resistor color duo (#595) #306

594 out of sync unit tests for resistor color duo (#595)

594 out of sync unit tests for resistor color duo (#595) #306

Workflow file for this run

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