Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 7857:d26eb77e01d8
test: Remove duplicate build doc step.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 03 Apr 2024 14:47:51 -0400 |
| parents | 9e686e3f39c1 |
| children | 30fcdf60da44 |
comparison
equal
deleted
inserted
replaced
| 7856:9c037f4f78e1 | 7857:d26eb77e01d8 |
|---|---|
| 294 with: | 294 with: |
| 295 github-token: ${{ secrets.GITHUB_TOKEN }} | 295 github-token: ${{ secrets.GITHUB_TOKEN }} |
| 296 path-to-lcov: coverage.lcov | 296 path-to-lcov: coverage.lcov |
| 297 parallel: run-{{ matrix.python-version }}-{{ matrix.os }} | 297 parallel: run-{{ matrix.python-version }}-{{ matrix.os }} |
| 298 | 298 |
| 299 - name: test build_doc | |
| 300 run: | | |
| 301 python ./setup.py build_doc | |
| 302 | |
| 303 #- name: test docker build current version ubuntu-latest | 299 #- name: test docker build current version ubuntu-latest |
| 304 # if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' | 300 # if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' |
| 305 # run: | | 301 # run: | |
| 306 # docker build -t roundup-app-dev -f scripts/Docker/Dockerfile . | 302 # docker build -t roundup-app-dev -f scripts/Docker/Dockerfile . |
| 307 # mkdir tracker; chmod 777 tracker | 303 # mkdir tracker; chmod 777 tracker |
