Skip to content

Commit

Permalink
Update continuous_integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhatman authored Jan 4, 2024
1 parent 161ef69 commit 1e5198d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
uses: coverallsapp/[email protected]
with:
parallel: true
flag-name: python-${{ matrix.python-version }}

web_ui:
runs-on: ubuntu-latest
Expand All @@ -61,3 +62,13 @@ jobs:
- uses: actions/setup-node@v3
- run: npm install
- run: npm run build

finish:
needs: build_and_test
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v2
with:
parallel-finished: true

0 comments on commit 1e5198d

Please sign in to comment.