Skip to content

Update tests.yml

Update tests.yml #3

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" ]
jobs:
run:
uses: moosetechnology/.github/.github/workflows/run-tests.yml@main
secrets: inherit
with:
pharo-versions: "[ Moose64-11 ]"