Skip to content

Commit

Permalink
Updated CI script's LDWorkbench init & test run
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Renzen committed Dec 5, 2023
1 parent 3ef4c4a commit c538503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
run: npm install
- name: Build
run: npm run build
- name: Run LDWorkbench init & test run
run: rm -rf ./pipelines && npx ldworkbench --init && npx ldworkbench
- name: LDWorkbench init & test run
run: rm -rf ./pipelines && npx ld-workbench --init && npx ld-workbench
- name: Test
run: npm run test
- run: echo "Job status ${{ job.status }}."

0 comments on commit c538503

Please sign in to comment.