Skip to content

Commit 3290e05

Browse files
committed
fix: #150 typo on ci pipelines
1 parent 3a22b1d commit 3290e05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI-mutation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
STACK_EXCHANGE_ACCESS_TOKEN: ${{ secrets.stack_exchange_access_token }}
3131
run: sudo sh scripts/populate-keys.sh
3232

33-
- name: Run the test
33+
- name: Running tests
3434
run: npm run ci-test --if-present
3535

3636
- name: Installing stryker-cli

.github/workflows/CI-time-tracker-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
STACK_EXCHANGE_ACCESS_TOKEN: ${{ secrets.stack_exchange_access_token }}
4949
run: sudo sh scripts/populate-keys.sh
5050

51-
- name: Run the test
51+
- name: Running tests
5252
run: npm run ci-test --if-present
5353

5454
- name: Generate coverage report

0 commit comments

Comments
 (0)