Commit Graph

27 Commits

Author SHA1 Message Date
Ian Butterworth
f098dd2fa4 profile on timeout 2025-11-16 11:29:46 -05:00
Samuel Brand
678da69444 Pass depwarn in via julia_args (#135)
Co-authored-by: Curtis Vogt <curtis.vogt@gmail.com>
2025-01-22 14:41:17 -06:00
Mateusz Jakub Fila
df0572688c allow passing multiple arguments in test_args (#118)
Co-authored-by: Markus Hauru <markus@mhauru.org>
Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
2024-10-18 21:04:44 +00:00
Sebastian Schlenkrich
e16476132f Add test_arg input and populate to test_args in test() (#73) 2024-07-23 07:20:19 -04:00
Curtis Vogt
7e64b540de Support specifying allow_reresolve (#107) 2024-04-16 11:23:23 -05:00
David Little
2b24f9b1dc enable julia arg --compiled-modules during testing (#91)
* enable julia arg `--compiled-modules` during testing

* fix typo

* update `compiled_modules` docs

* update `compiled_modules` docs with link to manual

---------

Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
2024-01-08 20:09:13 +00:00
Eric Hanson
1aec431e02 Restrict annotation functionality to versions of Julia it works on (#79)
* Restrict annotation functionality to versions of Julia it works on

see #76

* Update README.md
2023-04-02 23:23:43 +02:00
Fredrik Ekre
3378215696 Export the JULIA_PKG_SERVER_REGISTRY_PREFERENCE variable for subsequent steps. (#75) 2023-03-13 18:32:24 +01:00
Fredrik Ekre
ba451bf755 Use eager registry flavor instead of git clone. (#74) 2023-03-13 12:21:51 +01:00
Sascha Mann
fa1e6fac94 Print executed command in debug mode (#72) 2023-01-08 20:50:11 +00:00
Sascha Mann
8d20cd78f8 Support prefixes with args (#71)
Supersedes #48

Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
2023-01-08 21:39:24 +01:00
Eric Hanson
7ea3b3e0bd Add test failure annotations on v1.8+ (#58)
Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
2022-08-04 12:34:44 +02:00
Ian Butterworth
161c97cbc5 Allow control of --check-bounds command option (#46)
* allow control of bounds-check command option

* tryfix

* Update action.yml

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>

* Update action.yml

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>

* tryfix

* alternative bash if else approach

* another approach

* use julia_args approach

* add julia_args to kwargs func

* fix

* move julia_args to before return

* guard against v1.0

* add warning

* Update kwargs.jl

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>

* handle the default state and improve error message

* Update kwargs.jl

Co-authored-by: Chris Foster <chris42f@gmail.com>

* Update kwargs.jl

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>
Co-authored-by: Chris Foster <chris42f@gmail.com>
2021-12-22 15:00:07 +01:00
Dilum Aluthge
eda4346d69 Add the force_latest_compatible_version input, and add the "auto-detect Dependabot/CompatHelper" functionality (#20)
Co-authored-by: Sascha Mann <git@mail.saschamann.eu>
2021-03-31 23:56:56 +02:00
Dilum Aluthge
07b45fecd2 Alphabetize the list of inputs in action.yml (#38) 2021-03-29 21:50:49 -04:00
Dilum Aluthge
8ff46c6486 Put the General registry clone inside a bounded retry loop (#31)
Co-authored-by: Sascha Mann <git@mail.saschamann.eu>
2021-01-04 11:31:18 +01:00
Sascha Mann
b455abf998 Add prefix input (#24)
This allows inserting commands like xvfb-run in front of the Julia command

(fixes #3)

Co-authored-by: Isaac Good <github@isaacgood.com>
2020-12-14 14:01:55 +01:00
Jeffrey Lin
3ae735d0b5 Add project input option (#23)
Closes #22
2020-12-04 19:50:23 +01:00
Oscar Dowson
6513b45da5 Enable depwarn input option (#21) 2020-11-08 10:42:32 +01:00
Fredrik Ekre
2976a507b0 Make coverage optional (#19)
* Make coverage optional

* Apply suggestions from code review

* typo
2020-10-14 12:43:35 +02:00
Takafumi Arakaki
ffce252ef2 Avoid delay after package registration by cloning General (#17)
* Avoid delay in package registration by cloning General

* Fix a typo

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>

* Clarify why JULIA_PKG_SERVER is set for a single step

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>
2020-09-09 20:19:36 +02:00
Sascha Mann
642d7a4c3b Add branding 2020-08-07 23:37:20 +02:00
Sascha Mann
4965e73fab Convert to composite action 2020-08-07 23:37:20 +02:00
Dilum Aluthge
e3687f82c8 Add inline input (#4)
* Add `inline` input

* Update main.js

* Update main.ts
2020-02-26 22:38:46 +01:00
David Anthoff
da4330aa40 Remove build and coverage from action 2019-09-23 14:12:09 -07:00
David Anthoff
67aa1a94f6 Update action.yml 2019-09-14 21:03:29 -07:00
David Anthoff
3259d7ae88 Initial commit 2019-09-14 20:52:51 -07:00