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 12e6900
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm install
#- run: npm ci
- run: npm run build --if-present
- run: npm test

0 comments on commit 12e6900

Please sign in to comment.