Skip to content

Commit

Permalink
ci: fix extension workflow for monorepo
Browse files Browse the repository at this point in the history
TODO: update run-demo with the new diracx-charts changes
  • Loading branch information
Loxeris committed Sep 9, 2024
1 parent 5896a96 commit 3849906
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:

- name: Install dependencies
run: npm ci
working-directory: packages/extensions

- name: Check code-quality rules
run: npm run lint
Expand All @@ -49,7 +48,7 @@ jobs:
- name: Start demo
run: |
cd ..
diracx-charts/run_demo.sh --exit-when-done diracx-web/packages/extensions
diracx-charts/run_demo.sh --exit-when-done diracx-web
# Prints some debugging information in case something goes wrong
- name: Debugging information
Expand Down

0 comments on commit 3849906

Please sign in to comment.