We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2544211 commit 18341a9Copy full SHA for 18341a9
.github/workflows/Downstream.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
test:
10
- name: ${{ matrix.package.repo }}/${{ matrix.package.group }}
+ name: ${{ matrix.package.repo }}/${{ matrix.package.group }}/${{ matrix.julia-version }}
11
runs-on: ${{ matrix.os }}
12
env:
13
GROUP: ${{ matrix.package.group }}
@@ -33,7 +33,7 @@ jobs:
33
- name: Clone Downstream
34
uses: actions/checkout@v2
35
with:
36
- repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}/${{ matrix.julia-version }}
+ repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
37
path: downstream
38
- name: Load this and run the downstream tests
39
shell: julia --color=yes --project=downstream {0}
0 commit comments