Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 6946:f1912f901aa6
more indentation fixes.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 10 Sep 2022 20:24:33 -0400 |
| parents | 7eb0e1cffe54 |
| children | 623dcbf3a5b5 |
comparison
equal
deleted
inserted
replaced
| 6945:7eb0e1cffe54 | 6946:f1912f901aa6 |
|---|---|
| 210 uses: coverallsapp/github-action@master | 210 uses: coverallsapp/github-action@master |
| 211 with: | 211 with: |
| 212 github-token: ${{ secrets.GITHUB_TOKEN }} | 212 github-token: ${{ secrets.GITHUB_TOKEN }} |
| 213 | 213 |
| 214 - name: test build_doc | 214 - name: test build_doc |
| 215 run: | | 215 run: | |
| 216 python ./setup.py build_doc | 216 python ./setup.py build_doc |
| 217 | 217 |
| 218 #- name: test docker build current version ubuntu-latest | 218 #- name: test docker build current version ubuntu-latest |
| 219 # if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' | 219 # if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' |
| 220 # run: | | 220 # run: | |
| 221 # docker build -t roundup-app-dev -f scripts/Docker/Dockerfile . | 221 # docker build -t roundup-app-dev -f scripts/Docker/Dockerfile . |
