Skip to content

ensure that we do not enter interactive mode as our encoder is modded… #311

ensure that we do not enter interactive mode as our encoder is modded…

ensure that we do not enter interactive mode as our encoder is modded… #311

Workflow file for this run

name: smalltalkCI
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
smalltalk:
#- Squeak64-trunk # to be reenabled soon
- Squeak64-5.3
#- Squeak64-5.2
name: Test ${{ matrix.smalltalk }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: ${{ matrix.smalltalk }}
- run: smalltalkci -s ${{ matrix.smalltalk }}
shell: bash
timeout-minutes: 15
env:
# for uploading coverage reports
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}