Skip to content

Update DiscOrDance baseline so that it can be tested on Pharo 9 #25

Update DiscOrDance baseline so that it can be tested on Pharo 9

Update DiscOrDance baseline so that it can be tested on Pharo 9 #25

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
jobs:
build:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: Pharo64-8.0
- run: smalltalkci -s Pharo64-8.0
shell: bash
timeout-minutes: 15