Skip to content

Commit

Permalink
fix: concurrent runs
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdevpereira committed Nov 11, 2022
1 parent 3736175 commit ae9738d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "**"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.head.sha || github.sha }}
cancel-in-progress: true

jobs:
Expand Down

1 comment on commit ae9738d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{"coverage":{"summary":{"statements":{"total":221,"covered":210,"skipped":0,"percentage":95.02},"lines":{"total":212,"covered":208,"skipped":0,"percentage":98.11},"functions":{"total":32,"covered":32,"skipped":0,"percentage":100},"branches":{"total":69,"covered":42,"skipped":0,"percentage":60.86}},"percentage":88,"badges":{"coverage":"https://img.shields.io/badge/Coverage-88﹪-green","tests":"https://img.shields.io/badge/Tests-%E2%9C%94%2042%20%7C%20%E2%9C%98%200%20%7C%20%E2%8C%80%200-brightgreen"},"report":{"url":"https://ae9738d.test-publish-to-cloudflare.pages.dev"}},"stats":{"startTime":1668161625179,"endTime":1668161627508,"testSuites":{"total":9,"passed":9,"failed":0},"tests":{"total":42,"passed":42,"failed":0},"snapshots":{"total":0}}}

Please sign in to comment.