File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
89
89
- [ actions/setup-java: Java] ( https://github.com/actions/setup-java )
90
90
- [ actions/setup-ruby: Ruby] ( https://github.com/actions/setup-ruby )
91
91
- [ actions/setup-elixir: Elixir] ( https://github.com/actions/setup-elixir )
92
+ - [ actions/setup-julia: Julia] ( https://github.com/julia-actions/setup-julia )
92
93
93
94
### Create your Actions
94
95
@@ -270,6 +271,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
270
271
- [ Run performance testing with artillery.io] ( https://github.com/kenju/github-actions-artillery )
271
272
- [ Detect Flaky Tests with BuildPulse] ( https://github.com/Workshop64/buildpulse-action )
272
273
- [ Display Inline Code Annotations for Jest Tests] ( https://github.com/IgnusG/jest-report-action )
274
+ - [ Run Julia tests] ( https://github.com/julia-actions/julia-runtest )
273
275
274
276
#### Linting
275
277
You can’t perform that action at this time.
0 commit comments