Skip to content

170: Added smalltalkci test and associated GitHub action. #1

170: Added smalltalkci test and associated GitHub action.

170: Added smalltalkci test and associated GitHub action. #1

Workflow file for this run

Name: Unit Testing

Check failure on line 1 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 1, Col: 1): Unexpected value 'Name' .github/workflows/main.yml (Line: 7, Col: 5): Required property is missing: runs-on
on: [push]
jobs:
build:
strategy:
matrix:
smalltalk:
- Pharo64-stable
- Pharo64-12
- Pharo64-11
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v2
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: ${{ matrix.smalltalk }}
- run: smalltalkci -s ${{ matrix.smalltalk }}
shell: bash
timeout-minutes: 15