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 c9876a3 commit 184975c
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
run: rm -rf ./pipelines && npx ldworkbench --init
- name: Run LDWorkbench init & test run
run: rm -rf ./pipelines && npx ldworkbench --init && npx ldworkbench
- name: Test
run: npm run test
- run: echo "Job status ${{ job.status }}."

0 comments on commit 184975c

Please sign in to comment.