Skip to content

Acquire all the buildMicroDownUsing: aBuilder withComment: aString me… #71

Acquire all the buildMicroDownUsing: aBuilder withComment: aString me…

Acquire all the buildMicroDownUsing: aBuilder withComment: aString me… #71

Workflow file for this run

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