Skip to content

Make sure comments do not break the import (will deal with them later) #88

Make sure comments do not break the import (will deal with them later)

Make sure comments do not break the import (will deal with them later) #88

Workflow file for this run

name: Tests
on: [push, pull_request, workflow_dispatch]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
smalltalk: [ Pharo64-13, Pharo64-14 ]
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v6
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: ${{ matrix.smalltalk }}
- run: smalltalkci -s ${{ matrix.smalltalk }}
shell: bash
timeout-minutes: 30
# finish-coveralls:
# needs: build
# runs-on: ubuntu-latest
# steps:
# - name: Finish Coveralls
# uses: coverallsapp/github-action@v2
# with:
# github-token: ${{ secrets.github_token }}
# parallel-finished: true