Skip to content

Commit 52642bb

Browse files
author
David Cavazos
committed
rename run test step
1 parent 3fbeb8b commit 52642bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
with:
111111
secrets: ${{ fromJson(steps.vars.outputs.result).secrets }}
112112
export_to_environment: true
113-
- name: 🛠️ Test ${{ matrix.path }}
113+
- name: Run tests for ${{ matrix.path }}
114114
run: |
115115
timeout ${{ fromJson(env.CI_SETUP).timeout-minutes }}m \
116116
make test dir=${{ matrix.path }}

.github/workflows/ci-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
with:
133133
secrets: ${{ fromJson(steps.vars.outputs.result).secrets }}
134134
export_to_environment: true
135-
- name: 🛠️ Test ${{ matrix.path }}
135+
- name: Run tests for ${{ matrix.path }}
136136
run: |
137137
timeout ${{ fromJson(env.CI_SETUP).timeout-minutes }}m \
138138
make test dir=${{ matrix.path }}

0 commit comments

Comments
 (0)