Skip to content

Commit

Permalink
testing locally
Browse files Browse the repository at this point in the history
Signed-off-by: rishabhsharma1997 <[email protected]>
  • Loading branch information
rishabhsharma1997 committed Aug 10, 2024
1 parent a01d36c commit 734cdb0
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build-ui-and-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
build-backend:
name: Backend build
if: github.repository == 'meshery/meshery'
if: github.repository == 'rishbhsharma1997/meshery'
runs-on: ubuntu-22.04
steps:
- name: Check out code
Expand All @@ -38,7 +38,7 @@ jobs:
make build-server
ui-build:
name: UI build
if: github.repository == 'meshery/meshery'
if: github.repository == 'rishbhsharma1997/meshery'
runs-on: ubuntu-22.04
steps:
- name: Check out code
Expand Down Expand Up @@ -72,15 +72,7 @@ jobs:
cd ..
cd provider-ui
npm i
# - name: Cache meshery-ui
# id: meshery-ui-cache
# uses: actions/cache@v3
# with:
# path: |
# /home/runner/work/meshery/meshery/ui/out
# key: ${{ runner.os }}-meshery-ui-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
- name: build meshery-ui
# if: steps.meshery-ui-cache.outputs.cache-hit != 'true'
run: |
make ui-meshery-build
- name: build provider-ui
Expand Down

0 comments on commit 734cdb0

Please sign in to comment.