Skip to content

815 reference checker should handled the input files the same for the check dir than the check project #469

815 reference checker should handled the input files the same for the check dir than the check project

815 reference checker should handled the input files the same for the check dir than the check project #469

Workflow file for this run

name: MicroDown tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
on:
push:
branches:
- dev
- master
pull_request:
branches:
- dev
- master
workflow_dispatch:
jobs:
build:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- uses: hpi-swa/setup-smalltalkCI@v1
id: smalltalkci
with:
smalltalk-image: Pharo64-12
- run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-image }}
shell: bash
timeout-minutes: 15