Skip to content

Commit fbe48b1

Browse files
committed
Update test names to make it clearer what they do
1 parent 96bf374 commit fbe48b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ jobs:
6363
path: path/to/artifact-B
6464

6565
# Test downloading a single artifact
66-
- name: Download artifact A
66+
- name: Download artifact A (absolute path)
6767
uses: ./
6868
with:
6969
name: Artifact-A-${{ matrix.runs-on }}
7070
path: some/new/path
7171

7272
# Test downloading an artifact using tilde expansion
73-
- name: Download artifact A
73+
- name: Download artifact A (tilde expansion)
7474
uses: ./
7575
with:
7676
name: Artifact-A-${{ matrix.runs-on }}

0 commit comments

Comments
 (0)