Skip to content

Update ci

Update ci #34

Workflow file for this run

name: Tonel-dev
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
strategy:
matrix:

Check failure on line 16 in .github/workflows/tonel.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tonel.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
smalltalk: [ Pharo64-10, Pharo64-11, , Pharo64-12 ]
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v3
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: ${{ matrix.smalltalk }}
- run: smalltalkci -s ${{ matrix.smalltalk }}
shell: bash
timeout-minutes: 15