Skip to content

Commit 18341a9

Browse files
fix downstream testing
1 parent 2544211 commit 18341a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Downstream.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
test:
10-
name: ${{ matrix.package.repo }}/${{ matrix.package.group }}
10+
name: ${{ matrix.package.repo }}/${{ matrix.package.group }}/${{ matrix.julia-version }}
1111
runs-on: ${{ matrix.os }}
1212
env:
1313
GROUP: ${{ matrix.package.group }}
@@ -33,7 +33,7 @@ jobs:
3333
- name: Clone Downstream
3434
uses: actions/checkout@v2
3535
with:
36-
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}/${{ matrix.julia-version }}
36+
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
3737
path: downstream
3838
- name: Load this and run the downstream tests
3939
shell: julia --color=yes --project=downstream {0}

0 commit comments

Comments
 (0)