[ci] add macOS support and capture Docker output in build-hash workflow #320
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
| name: mops test with ZenVoich/setup-mops | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| name: Test with ZenVoich/setup-mops | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: ZenVoich/setup-mops@v1 | |
| with: | |
| mops-version: 1.0.0 | |
| - name: Run tests | |
| run: mops test |