Skip to content

Commit ccd6568

Browse files
committed
change order of steps
1 parent 27a34f6 commit ccd6568

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/Downstream.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ jobs:
3535
version: ${{ matrix.julia-version }}
3636
arch: x64
3737
- uses: julia-actions/julia-buildpkg@latest
38-
- name: Clone Downstream
39-
uses: actions/checkout@v2
40-
with:
41-
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
42-
path: downstream
4338
- name: Setup ArrayInterface
4439
shell: julia --color=yes {0}
4540
run: |
@@ -49,6 +44,11 @@ jobs:
4944
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceOffsetArrays")))
5045
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceStaticArrays")))
5146
Pkg.build()
47+
- name: Clone Downstream
48+
uses: actions/checkout@v2
49+
with:
50+
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
51+
path: downstream
5252
- name: Load this and run the downstream tests
5353
shell: julia --color=yes --project=downstream {0}
5454
run: |

0 commit comments

Comments
 (0)