Skip to content

Commit 5505e05

Browse files
committed
CI improvements
1 parent 54bbad3 commit 5505e05

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/workflows/IntegrationTest.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,24 @@ jobs:
1515
matrix:
1616
package:
1717
- {user: TuringLang, repo: DynamicPPL.jl}
18+
1819
steps:
19-
- uses: actions/checkout@v2
20-
- uses: julia-actions/setup-julia@v1
20+
- uses: actions/checkout@v5
21+
22+
- uses: julia-actions/setup-julia@v2
2123
with:
2224
version: 1
23-
arch: x64
24-
- uses: julia-actions/julia-buildpkg@latest
25+
26+
- uses: julia-actions/cache@v2
27+
28+
- uses: julia-actions/julia-buildpkg@v1
29+
2530
- name: Clone Downstream
26-
uses: actions/checkout@v2
31+
uses: actions/checkout@v5
2732
with:
2833
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
2934
path: downstream
35+
3036
- name: Load this and run the downstream tests
3137
shell: julia --color=yes --project=downstream {0}
3238
run: |

0 commit comments

Comments
 (0)