-
-
Notifications
You must be signed in to change notification settings - Fork 269
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 github actions CI #2166
Add github actions CI #2166
Conversation
54c5a91
to
0db1b26
Compare
bd97376
to
765485a
Compare
There appears to be some odd TEMP dir issues on windows: Seems to be actions/runner-images#712 |
@ianshmean @KristofferC I'd recommend replacing the on:
pull_request:
branches:
- master
push:
branches:
- master
tags: '*' That way, CI will actually run on pull requests. (Right now, it will not run on pull requests.) |
What causes it not to run now? |
Hmm. Are actions enabled for this repo? Go to Settings and click on Actions in the left hand sidebar. |
Really strange. |
Try merging this PR and let's see if it runs on master? |
Also: are Actions enabled for the JuliaLang organization? |
JuliaLang allows any actions as well. When I made a PR to another repo JuliaLang/TOML.jl#12 they should up straight away. |
Might be a syntax error in the workflow. Or a fork issue. @KristofferC how about you:
|
I thought it would be worth seeing how CI runs on github actions, given it can be pretty slow on appveyor, and travis has recently been a bit slow to respond
One of the options mentioned in #2066
The actions won't appear here until this is merged, or this PR is replicated on a non-fork branch.
You can see them here IanButterworth#1 (the coverage processing step will fail on each on that fork)