Skip to content

Commit

Permalink
Merge pull request #208 from uqbar-project/ci-steps
Browse files Browse the repository at this point in the history
Separate setup and test steps on wollok init CI
  • Loading branch information
ivojawer authored Jan 13, 2025
2 parents 051a37e + 9da59a0 commit df50879
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => `
Expand Down

0 comments on commit df50879

Please sign in to comment.