Skip to content

Commit

Permalink
Update github-ci.yml
Browse files Browse the repository at this point in the history
Uses local files instead of remote endpoint
  • Loading branch information
philipperenzen authored Dec 27, 2023
1 parent 431222e commit ab32e0c
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 @@ -41,7 +41,7 @@ jobs:
- name: Build
run: npm run build
- name: LDWorkbench init & test run
run: rm -rf ./pipelines && npx ld-workbench --init && npx ld-workbench
run: rm -rf ./pipelines && npx ld-workbench --init && npx ld-workbench -c "src/utils/tests/static/single/conf.yml"
- name: Test
run: npm run test
- run: echo "Job status ${{ job.status }}."
- run: echo "Job status ${{ job.status }}."

0 comments on commit ab32e0c

Please sign in to comment.