Skip to content

Commit 7c19933

Browse files
committed
ci: better naming
1 parent 6987bd8 commit 7c19933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CommonCI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
REACTANT_TEST_GROUP: ${{ inputs.test_group }}
196196
XLA_FLAGS: "--xla_force_host_platform_device_count=12"
197197
JULIA_DEBUG: "Reactant,Reactant_jll"
198-
- name: "Run Integration Tests (PJRT)"
198+
- name: "Run ${{ inputs.project }} Integration Tests (PJRT)"
199199
if: ${{ (inputs.runtime == 'pjrt' || inputs.runtime == 'both') && inputs.project != '.' }}
200200
timeout-minutes: 30
201201
run: julia --color=yes --project=${{ inputs.project }} --threads=auto --check-bounds=yes -O1 ${{ inputs.project }}/runtests.jl
@@ -240,7 +240,7 @@ jobs:
240240
REACTANT_TEST_GROUP: ${{ inputs.test_group }}
241241
XLA_FLAGS: "--xla_force_host_platform_device_count=12"
242242
JULIA_DEBUG: "Reactant,Reactant_jll"
243-
- name: "Run Integration Tests (IFRT)"
243+
- name: "Run ${{ inputs.project }} Integration Tests (IFRT)"
244244
if: ${{ (inputs.runtime == 'ifrt' || inputs.runtime == 'both') && inputs.project != '.' }}
245245
timeout-minutes: 30
246246
run: julia --color=yes --project=${{ inputs.project }} --threads=auto --check-bounds=yes -O1 ${{ inputs.project }}/runtests.jl

0 commit comments

Comments
 (0)