Skip to content

Fix #65 : hides Typescript stack trace coming from wollok-ts #55

Fix #65 : hides Typescript stack trace coming from wollok-ts

Fix #65 : hides Typescript stack trace coming from wollok-ts #55

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Wollok-ts-cli CI
on:
pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm install
- name: Unit Tests
run: npm run test