Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add julia-actions/cache with revamped depot caching #72

Merged
merged 54 commits into from
Nov 29, 2023
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
8c195c2
try new julia-actions/cache version
IanButterworth Jul 24, 2023
fb68cc7
empty commit
IanButterworth Nov 19, 2023
accb580
try with coverage disabled
IanButterworth Nov 20, 2023
40eb7ea
bump cache version
IanButterworth Nov 21, 2023
3072532
empty commit
IanButterworth Nov 21, 2023
b8a752b
try setup-julia@v1.9.3 explicitly
IanButterworth Nov 21, 2023
cceead0
go back to 1
IanButterworth Nov 21, 2023
800ea26
latest cache version
IanButterworth Nov 22, 2023
435145e
Update test.yml
IanButterworth Nov 22, 2023
cfa69ca
try something
IanButterworth Nov 22, 2023
ba888d2
try another
IanButterworth Nov 22, 2023
f829132
Update test.yml
IanButterworth Nov 22, 2023
720b070
Update test.yml
IanButterworth Nov 22, 2023
d71db06
Update test.yml
IanButterworth Nov 22, 2023
5c51e32
run 1
IanButterworth Nov 22, 2023
4e07e5d
try
IanButterworth Nov 22, 2023
63cc620
Update test.yml
IanButterworth Nov 22, 2023
1f64965
Update test.yml
IanButterworth Nov 22, 2023
30beccd
try
IanButterworth Nov 22, 2023
df1821e
Update test.yml
IanButterworth Nov 22, 2023
daa562d
Update test.yml
IanButterworth Nov 22, 2023
a1e03a1
try jq
IanButterworth Nov 22, 2023
fa533f4
Update test.yml
IanButterworth Nov 22, 2023
476e023
fix
IanButterworth Nov 22, 2023
afccbb8
single line
IanButterworth Nov 22, 2023
057c552
test all platforms
IanButterworth Nov 22, 2023
0545ea4
use bash
IanButterworth Nov 22, 2023
b4ca23e
try
IanButterworth Nov 22, 2023
127fccf
Update test.yml
IanButterworth Nov 22, 2023
a40dcd6
try
IanButterworth Nov 22, 2023
d082d86
Update test.yml
IanButterworth Nov 22, 2023
1920f20
test
IanButterworth Nov 22, 2023
e136734
fix
IanButterworth Nov 22, 2023
917bdb6
Update test.yml
IanButterworth Nov 22, 2023
bbc8b76
Update test.yml
IanButterworth Nov 22, 2023
39e27a1
Update test.yml
IanButterworth Nov 22, 2023
2c7282f
Update test.yml
IanButterworth Nov 22, 2023
30bc803
Update test.yml
IanButterworth Nov 22, 2023
18b9653
Update test.yml
IanButterworth Nov 22, 2023
f7f4dac
Update test.yml
IanButterworth Nov 22, 2023
bc0fffc
Update test.yml
IanButterworth Nov 22, 2023
3d55bc8
Update test.yml
IanButterworth Nov 22, 2023
aac0ff8
fix
IanButterworth Nov 22, 2023
f677ccc
revert debug and use new cache version
IanButterworth Nov 22, 2023
d7160d1
Update test.yml
IanButterworth Nov 22, 2023
979cacb
latest cache version
IanButterworth Nov 22, 2023
9983a91
Update test.yml
IanButterworth Nov 22, 2023
4d4a3d9
Update test.yml
IanButterworth Nov 22, 2023
33d76c3
latest cache
IanButterworth Nov 25, 2023
0d3a42a
latest cache
IanButterworth Nov 25, 2023
60f9328
latest cache
IanButterworth Nov 25, 2023
a45788b
Update test.yml
IanButterworth Nov 26, 2023
72ee0cb
use released version
IanButterworth Nov 29, 2023
6abcfe3
Update runtests.jl
IanButterworth Nov 29, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
Loading