Skip to content

Commit 2e89f55

Browse files
committed
ci(test): use coverage task and add concurrency
1 parent 4c1fd90 commit 2e89f55

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ runs:
99

1010
- name: Run tests
1111
shell: bash
12-
run: pnpm test
12+
run: pnpm test:coverage

.github/workflows/analyse.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
branches:
99
- main
1010

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.event.pull_request.number || github.ref }}
13+
cancel-in-progress: true
14+
1115
jobs:
1216
# Quality Gate Stage
1317
lint:

0 commit comments

Comments
 (0)