Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Barsukou committed May 7, 2024
1 parent 1d807f5 commit ec9d12c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
- run: make ctest

- run: make creport SHA=${{ github.sha }}

- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"

- run: pip install smokeshow

Expand Down

0 comments on commit ec9d12c

Please sign in to comment.