add tabs for cdc mirror status page (#525) #311
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build & Test UI | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
build-test: | |
name: Build & Test UI | |
strategy: | |
matrix: | |
runner: [ubicloud] | |
runs-on: ${{ matrix.runner }} | |
steps: | |
- name: checkout | |
uses: actions/checkout@v3 | |
- name: Install Node.js dependencies | |
working-directory: ui | |
run: yarn install --frozen-lockfile | |
- name: Build | |
working-directory: ui | |
run: yarn build |