Files
setup-julia/__tests__/main.test.ts
Sascha Mann 7961e4e3f2 Add prototype action using exec and curl
* Downloads a fixed version Julia binary using curl
* Adds it to PATH
* Runs `julia --version` to test the installation
2019-08-13 12:11:39 +02:00

4 lines
91 B
TypeScript

describe("TODO - Add a test suite", () => {
it("TODO - Add a test", async () => {});
});