add famixCPreproc as remote entity in order to have C testing methods… #26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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-trunk' ]" |