Skip to content

Remove LLM-Spec and related test packages (for migration in AI4Pharo … #7

Remove LLM-Spec and related test packages (for migration in AI4Pharo …

Remove LLM-Spec and related test packages (for migration in AI4Pharo … #7

Workflow file for this run

name: PUSH CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the development branch
on:
push:
branches:
- v*
- main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
smalltalk: [ Pharo64-12 ]
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- uses: hpi-swa/setup-smalltalkCI@v1
id: smalltalkci
with:
smalltalk-image: ${{ matrix.smalltalk }}
- run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-image }} .smalltalk.ston
shell: bash
timeout-minutes: 15