Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 6945:7eb0e1cffe54
indentation fix.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 10 Sep 2022 20:23:18 -0400 |
| parents | 42a252f477f3 |
| children | f1912f901aa6 |
comparison
equal
deleted
inserted
replaced
| 6944:42a252f477f3 | 6945:7eb0e1cffe54 |
|---|---|
| 204 uses: codecov/codecov-action@v3 | 204 uses: codecov/codecov-action@v3 |
| 205 with: | 205 with: |
| 206 verbose: true | 206 verbose: true |
| 207 token: ${{ secrets.CODECOV_TOKEN }} | 207 token: ${{ secrets.CODECOV_TOKEN }} |
| 208 | 208 |
| 209 - name: Upload coverage to Coveralls | 209 - name: Upload coverage to Coveralls |
| 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 . |
| 231 # docker build -t roundup-app-rel --build-arg="source=pypi" \ | 231 # docker build -t roundup-app-rel --build-arg="source=pypi" \ |
| 232 # -f scripts/Docker/Dockerfile . | 232 # -f scripts/Docker/Dockerfile . |
| 233 | 233 |
| 234 | 234 |
| 235 # in parallel build codecov requires a finish step | 235 # in parallel build codecov requires a finish step |
| 236 # finish: | 236 finish: |
| 237 # needs: test | 237 needs: test |
| 238 # runs-on: ubuntu-latest | 238 runs-on: ubuntu-latest |
| 239 # steps: | 239 steps: |
| 240 # - name: Coveralls Finished | 240 - name: Coveralls Finished |
| 241 # uses: coverallsapp/github-action@master | 241 uses: coverallsapp/github-action@master |
| 242 # with: | 242 with: |
| 243 # github-token: ${{ secrets.github_token }} | 243 github-token: ${{ secrets.github_token }} |
| 244 # parallel-finished: true | 244 parallel-finished: true |
