Skip to content

Commit

Permalink
test run
Browse files Browse the repository at this point in the history
  • Loading branch information
Nalin Patidar authored and Nalin Patidar committed Sep 6, 2024
1 parent e292d7d commit c9e9bd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/fe-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: FE Test and Build

on:
push:
branches:
- '!master'
branches-ignore:
- master
paths:
- thirdeye-ui/**
workflow_dispatch:
Expand All @@ -18,8 +18,6 @@ jobs:
with:
sparse-checkout: |
thirdeye-ui
pom.xml
.mvn
- name: Install node and npm
uses: actions/setup-node@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export const AppBarConfigProvider: FunctionComponent<AppBarConfigProviderProps>
/* If the workspace name is not set, we get null as the workspace id,
so we map it to a default name to be shown on the UI
*/
// Test comment
setMappedWorkspaes(
workspaces?.map((workspace) => {
if (workspace.id) {
Expand Down

0 comments on commit c9e9bd6

Please sign in to comment.