Skip to content

Commit

Permalink
refactor: Update test.common.yaml to install npm dependencies in Comm…
Browse files Browse the repository at this point in the history
…on directory
  • Loading branch information
simlarsen committed Aug 8, 2024
1 parent 3c20f42 commit c965c18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 18.3.0
- run: cd Common && npm install
- run: cd Common && bash test-setup.sh
- run: cd Common && npm install && npm run test
- run: export $(grep -v '^#' config.env | xargs) && cd Common && rm -rf build && npm run test

2 changes: 1 addition & 1 deletion Dashboard/src/Components/Traces/TraceTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const TraceTable: FunctionComponent<ComponentProps> = (
<Fragment>
<div className="rounded">
<AnalyticsModelTable<Span>
disablePagination={true}
disablePagination={props.isMinimalTable}
modelType={Span}
id="traces-table"
isDeleteable={false}
Expand Down

0 comments on commit c965c18

Please sign in to comment.