Pending python dependency updates #1043
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: Run Fabric test suite | |
| on: | |
| push: | |
| branches-ignore: | |
| - last_known_good | |
| - demo_stable | |
| - prod_stable | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| build: | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: actions/setup-python@v5 | |
| with: | |
| python-version: '3.12' | |
| architecture: 'x64' | |
| - name: Syntax check Python 3 Fabric deployment script | |
| run: bash tests/run-fabric-tests.sh |