Skip to content

Commit

Permalink
Chore: Add docker build step for publishing coveralls report
Browse files Browse the repository at this point in the history
  • Loading branch information
nevendyulgerov committed Sep 29, 2023
1 parent 57c56d4 commit 52630e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
- name: Run tests
run: npm run ci:test

- name: Publish coveralls report
uses: coverallsapp/github-action@master
with:
path-to-lcov: 'coverage/lcov.info'
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Docker meta
id: docker_meta
uses: docker/metadata-action@v4
Expand Down

0 comments on commit 52630e6

Please sign in to comment.