diff --git a/examples/init-examples/existing-folder/.github/workflows/ci.yml b/examples/init-examples/existing-folder/.github/workflows/ci.yml index 8e84736..e09eee9 100644 --- a/examples/init-examples/existing-folder/.github/workflows/ci.yml +++ b/examples/init-examples/existing-folder/.github/workflows/ci.yml @@ -10,5 +10,7 @@ jobs: - run: | wget -O wollok-ts-cli https://github.com/uqbar-project/wollok-ts-cli/releases/latest/download/wollok-ts-cli-linux-x64 chmod a+x ./wollok-ts-cli - ./wollok-ts-cli test --skipValidations -p ./ shell: bash + name: Setup Wollok CLI + - run: ./wollok-ts-cli test --skipValidations -p ./ + name: Run tests diff --git a/package-lock.json b/package-lock.json index 7f6a7bf..a991964 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wollok-ts-cli", - "version": "0.2.11", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wollok-ts-cli", - "version": "0.2.11", + "version": "0.3.0", "license": "MIT", "dependencies": { "@badisi/latest-version": "^7.0.10", diff --git a/src/commands/init.ts b/src/commands/init.ts index b8afe6a..ffdfe31 100644 --- a/src/commands/init.ts +++ b/src/commands/init.ts @@ -153,8 +153,10 @@ jobs: - run: | wget -O wollok-ts-cli https://github.com/uqbar-project/wollok-ts-cli/releases/latest/download/wollok-ts-cli-linux-x64 chmod a+x ./wollok-ts-cli - ./wollok-ts-cli test --skipValidations -p ./ shell: bash + name: Setup Wollok CLI + - run: ./wollok-ts-cli test --skipValidations -p ./ + name: Run tests ` const readme = (exampleName: string) => `