add Makefile and enable local CI tests #220
Workflow file for this run
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: pytests | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: .github/actions/setup/action.yml | |
| with: | |
| dev: true | |
| - name: Run tests | |
| run: | | |
| export GLOCI_REGISTRY_TOKEN="invalid" | |
| make test |