comparison .github/workflows/ci-test.yml @ 7391:531ca3b94b68

merge 7390:399093a75afa
author John Rouillard <rouilj@ieee.org>
date Wed, 24 May 2023 10:48:01 -0400
parents d6c688fee3e7 399093a75afa
children 6a64ed24696d
comparison
equal deleted inserted replaced
7389:613f822f1f24 7391:531ca3b94b68
32 test: 32 test:
33 name: CI build test 33 name: CI build test
34 34
35 # run the finalizer for coveralls even if one or more 35 # run the finalizer for coveralls even if one or more
36 # matrix runs fail. 36 # matrix runs fail.
37 continue-on-error: true 37 # continue-on-error: true
38 38
39 #runs-on: ubuntu-latest 39 #runs-on: ubuntu-latest
40 # use below if running on multiple OS's. 40 # use below if running on multiple OS's.
41 runs-on: ${{ matrix.os }} 41 runs-on: ${{ matrix.os }}
42 42
258 # run: | 258 # run: |
259 # docker build -t roundup-app-rel --build-arg="source=pypi" \ 259 # docker build -t roundup-app-rel --build-arg="source=pypi" \
260 # -f scripts/Docker/Dockerfile . 260 # -f scripts/Docker/Dockerfile .
261 261
262 262
263 # in parallel build codecov requires a finish step 263 # in parallel build coveralls requires a finish step
264 finish: 264 finish:
265 needs: test 265 needs: test
266 runs-on: ubuntu-latest 266 runs-on: ubuntu-latest
267 267
268 if: "!contains(github.event.head_commit.message, 'no-github-ci')" 268 if: "!contains(github.event.head_commit.message, 'no-github-ci')"

Roundup Issue Tracker: http://roundup-tracker.org/