1
0
Fork 0
mirror of synced 2026-06-05 15:05:14 +00:00

Update test names to make it clearer what they do

This commit is contained in:
Daniel Kennedy 2026-02-23 12:21:41 -05:00
commit fbe48b1d27

View file

@ -63,14 +63,14 @@ jobs:
path: path/to/artifact-B path: path/to/artifact-B
# Test downloading a single artifact # Test downloading a single artifact
- name: Download artifact A - name: Download artifact A (absolute path)
uses: ./ uses: ./
with: with:
name: Artifact-A-${{ matrix.runs-on }} name: Artifact-A-${{ matrix.runs-on }}
path: some/new/path path: some/new/path
# Test downloading an artifact using tilde expansion # Test downloading an artifact using tilde expansion
- name: Download artifact A - name: Download artifact A (tilde expansion)
uses: ./ uses: ./
with: with:
name: Artifact-A-${{ matrix.runs-on }} name: Artifact-A-${{ matrix.runs-on }}