Skip to content

Run tests

Run tests #13

Workflow file for this run

# This workflows runs your tests as specified in your .smalltalk.ston configuration file.
name: Run tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
run:
uses: moosetechnology/.github/.github/workflows/run-tests.yml@main
secrets: inherit
with:
pharo-versions: "[ 'Moose64-12' ]"