Skip to content

Revert "Reversal card" #124

Revert "Reversal card"

Revert "Reversal card" #124

Workflow file for this run

name: CI
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
smalltalk: [Pharo32-8.0, Pharo64-8.0, Pharo64-9.0]
# Removed Pharo32-9.0 since there's a problem with the checksum.
# Removed PharoX-10.0 since it seems to not be supported.
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v2
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-version: ${{ matrix.smalltalk }}
- run: smalltalkci -s ${{ matrix.smalltalk }}
shell: bash
timeout-minutes: 6
finish:
needs: build
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true