Skip to content

Commit

Permalink
github: fixed TS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ratiud committed Nov 26, 2023
1 parent 1afd5c0 commit 5065fe7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/mps_cli_ts_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
GITHUB_TOKEN: ${{ secrets.MPSCLI_GITHUB_PKG_REGISTRY }}

jobs:
build_mps_cli_py:
build_mps_cli_ts:
runs-on: ubuntu-latest
env:
DISPLAY: ':99'
Expand All @@ -23,6 +23,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- name: Install packages and running tests
working-directory: ./mps-cli-ts
run: |
npm install
npm run build --if-present
npm test

0 comments on commit 5065fe7

Please sign in to comment.