mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-14 03:56:53 +08:00
* Downloads a fixed version Julia binary using curl * Adds it to PATH * Runs `julia --version` to test the installation
4 lines
91 B
TypeScript
4 lines
91 B
TypeScript
describe("TODO - Add a test suite", () => {
|
|
it("TODO - Add a test", async () => {});
|
|
});
|