Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Renzen committed Dec 5, 2023
1 parent 978d4af commit efc58e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build
run: npm run build
- name: Run LDWorkbench init
run: npx ldworkbench --init
run: rm -rf ./pipelines && npx ldworkbench --init
- name: Test
run: npm run test
- run: echo "Job status ${{ job.status }}."

0 comments on commit efc58e6

Please sign in to comment.