Change base url for the staging site: should be Springfield, not Bedr… #358
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: Unit tests | |
| on: | |
| push: | |
| branches: | |
| - 'master' | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| test-python: | |
| runs-on: ubuntu-latest # For consistency with above | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: "Run Python tests (on Docker)" | |
| run: | | |
| make clean-ci | |
| make build-ci | |
| make test-ci |