Skip to content

Commit f3dafc5

Browse files
committed
feat: update job name
1 parent 05c03ba commit f3dafc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333

3434
jobs:
3535
docker_tests:
36-
name: "Build and Test On Docker"
36+
name: "Build and Test On Docker on ${{ matrix.platform.os }}"
3737
runs-on: ${{ matrix.platform.os }}
3838
strategy:
3939
fail-fast: false

0 commit comments

Comments
 (0)