Skip to content

Commit

Permalink
Merge branch 'main' of github.com:observatorycontrolsystem/science-ar…
Browse files Browse the repository at this point in the history
…chive
  • Loading branch information
Matt Daily committed Jan 3, 2024
2 parents 5a6cc57 + a200a01 commit afe73b1
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 219 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,17 @@ jobs:
DB_HOST_READER: 127.0.0.1
DB_PORT: 5432
- name: Generate and send coveralls report
run: poetry run coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: coverallsapp/github-action@v2
with:
parallel: true
finish:
runs-on: ubuntu-latest
needs: run_tests
steps:
- name: Close parallel build
uses: coverallsapp/github-action@v2
with:
parallel-finished: true

build_and_publish_image:
# Only run this job if the run_tests job has succeeded, and if
Expand Down
Loading

0 comments on commit afe73b1

Please sign in to comment.