We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c1fd90 commit 2e89f55Copy full SHA for 2e89f55
2 files changed
.github/actions/test/action.yml
@@ -9,4 +9,4 @@ runs:
9
10
- name: Run tests
11
shell: bash
12
- run: pnpm test
+ run: pnpm test:coverage
.github/workflows/analyse.yml
@@ -8,6 +8,10 @@ on:
8
branches:
- main
+concurrency:
+ group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.event.pull_request.number || github.ref }}
13
+ cancel-in-progress: true
14
+
15
jobs:
16
# Quality Gate Stage
17
lint:
0 commit comments