summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index bc30d584..9ed5db16 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -56,26 +56,3 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./build/reports/jacoco/codeCoverageReport/codeCoverageReport.xml
- build-ui:
- name: Build UI (Node ${{ matrix.node }})
- runs-on: ${{ matrix.os }}
- strategy:
- matrix:
- os: [ubuntu-latest]
- node: [16]
- defaults:
- run:
- working-directory: opendc-web/opendc-web-ui
- steps:
- - uses: actions/checkout@v3
- - name: Set up Node.js
- uses: actions/setup-node@v3
- with:
- node-version: ${{ matrix.node }}
- - run: yarn install --frozen-lockfile
- - run: yarn build
- env:
- CI: true
- - run: yarn next lint
- env:
- CI: true